Html Css Color HEX #F0AFEE Lavender Rose

📋 copy color: '#F0AFEE'

red 240 ◦ green 175 ◦ blue 238

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

Shades of Lavender Rose #F0AFEE

Tints of Lavender Rose #F0AFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.45%

R = 36.75%
G = 26.8%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F0AFEE (or 0xF0AFEE) is known color: Lavender Rose. HEX triplet: F0, AF and EE. RGB value is (240,175,238). Sum of RGB (Red+Green+Blue) = 240+175+238=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 175 (68.75% from 255 or 26.80% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AFEE is #0F5011. Grayscale: #C9C9C9. Windows color (decimal): -1003538 or 15642608. OLE color: 15642608.

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

Color convert

RGB 240 175 238 -
CMYK 0 0.27 0.01 0.06
HSL 301.85º 0.68% 0.81% -
HSV(B) 301.85º 0.27% 0.94% -
XYZ 66.7 55.36 88.06 -
YUV 201.62 148.53 155.38 -
System Red Green Blue C M Y K H S L
Decimal 240 175 238 0 0.27 0.01 0.06 301.85 0.68 0.81
Hex F0 AF EE 0 1B 1 6 12E 44 51
Octal 360 257 356 0 33 1 6 456 104 121
Binary 11110000 10101111 11101110 0 11011 1 110 100101110 1000100 1010001

Color Harmonies of #F0AFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AFEE

Black with #F0AFEE

Text Example


Text Example

White with #F0AFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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