Html Css Color HEX #F0A8DE Lavender Rose

📋 copy color: '#F0A8DE'

red 240 ◦ green 168 ◦ blue 222

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

Shades of Lavender Rose #F0A8DE

Tints of Lavender Rose #F0A8DE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.67%

 BLUE value IS 222 (87.11% from 255) = 35.24%

R = 38.1%
G = 26.67%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0A8DE (or 0xF0A8DE) is known color: Lavender Rose. HEX triplet: F0, A8 and DE. RGB value is (240,168,222). Sum of RGB (Red+Green+Blue) = 240+168+222=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 168 (66.02% from 255 or 26.67% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A8DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A8DE is #0F5721. Grayscale: #C3C3C3. Windows color (decimal): -1005346 or 14592240. OLE color: 14592240.

HSL color Cylindrical-coordinate representation of color #F0A8DE: hue angle of 315º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0A8DE is Cyan = 0, Magento = 0.3, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 168 222 -
CMYK 0 0.3 0.08 0.06
HSL 315º 0.71% 0.8% -
HSV(B) 315º 0.3% 0.94% -
XYZ 63.12 51.8 75.78 -
YUV 195.68 142.85 159.61 -
System Red Green Blue C M Y K H S L
Decimal 240 168 222 0 0.3 0.08 0.06 315 0.71 0.8
Hex F0 A8 DE 0 1E 8 6 13B 47 50
Octal 360 250 336 0 36 10 6 473 107 120
Binary 11110000 10101000 11011110 0 11110 1000 110 100111011 1000111 1010000

Color Harmonies of #F0A8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A8DE

Black with #F0A8DE

Text Example


Text Example

White with #F0A8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A8DE; }

 p { color: rgb(240,168,222); }

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

background-color css

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

 a { background-color: rgb(240,168,222); }

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

border-color css

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

 span { border-color: rgb(240,168,222); }

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