Html Css Color HEX #F0AFE4 Lavender Rose

📋 copy color: '#F0AFE4'

red 240 ◦ green 175 ◦ blue 228

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

Shades of Lavender Rose #F0AFE4

Tints of Lavender Rose #F0AFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.46%

R = 37.33%
G = 27.22%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F0AFE4 (or 0xF0AFE4) is known color: Lavender Rose. HEX triplet: F0, AF and E4. RGB value is (240,175,228). Sum of RGB (Red+Green+Blue) = 240+175+228=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 175 (68.75% from 255 or 27.22% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFE4 is #0F501B. Grayscale: #C8C8C8. Windows color (decimal): -1003548 or 14987248. OLE color: 14987248.

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

Color convert

RGB 240 175 228 -
CMYK 0 0.27 0.05 0.06
HSL 311.08º 0.68% 0.81% -
HSV(B) 311.08º 0.27% 0.94% -
XYZ 65.27 54.79 80.53 -
YUV 200.48 143.53 156.19 -
System Red Green Blue C M Y K H S L
Decimal 240 175 228 0 0.27 0.05 0.06 311.08 0.68 0.81
Hex F0 AF E4 0 1B 5 6 137 44 51
Octal 360 257 344 0 33 5 6 467 104 121
Binary 11110000 10101111 11100100 0 11011 101 110 100110111 1000100 1010001

Color Harmonies of #F0AFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AFE4

Black with #F0AFE4

Text Example


Text Example

White with #F0AFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AFE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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