Html Css Color HEX #F0AFEC Lavender Rose

📋 copy color: '#F0AFEC'

red 240 ◦ green 175 ◦ blue 236

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

Shades of Lavender Rose #F0AFEC

Tints of Lavender Rose #F0AFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.25%

R = 36.87%
G = 26.88%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0AFEC (or 0xF0AFEC) is known color: Lavender Rose. HEX triplet: F0, AF and EC. RGB value is (240,175,236). Sum of RGB (Red+Green+Blue) = 240+175+236=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 175 (68.75% from 255 or 26.88% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AFEC is #0F5013. Grayscale: #C9C9C9. Windows color (decimal): -1003540 or 15511536. OLE color: 15511536.

HSL color Cylindrical-coordinate representation of color #F0AFEC: hue angle of 303.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 #F0AFEC is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 175 236 -
CMYK 0 0.27 0.02 0.06
HSL 303.69º 0.68% 0.81% -
HSV(B) 303.69º 0.27% 0.94% -
XYZ 66.41 55.24 86.52 -
YUV 201.39 147.53 155.54 -
System Red Green Blue C M Y K H S L
Decimal 240 175 236 0 0.27 0.02 0.06 303.69 0.68 0.81
Hex F0 AF EC 0 1B 2 6 130 44 51
Octal 360 257 354 0 33 2 6 460 104 121
Binary 11110000 10101111 11101100 0 11011 10 110 100110000 1000100 1010001

Color Harmonies of #F0AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AFEC

Black with #F0AFEC

Text Example


Text Example

White with #F0AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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