Html Css Color HEX #F0AFDF Lavender Rose

📋 copy color: '#F0AFDF'

red 240 ◦ green 175 ◦ blue 223

#F0AFDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #F0AFDF

Tints of Lavender Rose #F0AFDF

RGB

 RED value IS 240 (94.14% from 255) = 37.62%

 GREEN value IS 175 (68.75% from 255) = 27.43%

 BLUE value IS 223 (87.5% from 255) = 34.95%

R = 37.62%
G = 27.43%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F0AFDF (or 0xF0AFDF) is known color: Lavender Rose. HEX triplet: F0, AF and DF. RGB value is (240,175,223). Sum of RGB (Red+Green+Blue) = 240+175+223=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 175 (68.75% from 255 or 27.43% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFDF is #0F5020. Grayscale: #C7C7C7. Windows color (decimal): -1003553 or 14659568. OLE color: 14659568.

HSL color Cylindrical-coordinate representation of color #F0AFDF: hue angle of 315.69º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0AFDF is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 175 223 -
CMYK 0 0.27 0.07 0.06
HSL 315.69º 0.68% 0.81% -
HSV(B) 315.69º 0.27% 0.94% -
XYZ 64.58 54.51 76.93 -
YUV 199.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 240 175 223 0 0.27 0.07 0.06 315.69 0.68 0.81
Hex F0 AF DF 0 1B 7 6 13C 44 51
Octal 360 257 337 0 33 7 6 474 104 121
Binary 11110000 10101111 11011111 0 11011 111 110 100111100 1000100 1010001

Color Harmonies of #F0AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AFDF

Black with #F0AFDF

Text Example


Text Example

White with #F0AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AFDF; }

 p { color: rgb(240,175,223); }

 H1.HeaderClassName
 {
   color: #F0AFDF;
 }
 .AnyTagClassName
 {
   color: #F0AFDF;
 }
</style>

background-color css

<style>
 a { background-color: #F0AFDF; }

 a { background-color: rgb(240,175,223); }

 div.DivClassName
 {
   background-color: #F0AFDF;
 }
 .BgClassName
 {
   background-color: #F0AFDF;
 }
</style>

border-color css

<style>
 span { border-color: #F0AFDF; }

 span { border-color: rgb(240,175,223); }

 td.TdClassName
 {
   border-color: #F0AFDF;
 }
 .TagClassName
 {
   border-color: #F0AFDF;
 }
</style>