Html Css Color HEX #F0A8EA Lavender Rose

📋 copy color: '#F0A8EA'

red 240 ◦ green 168 ◦ blue 234

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

Shades of Lavender Rose #F0A8EA

Tints of Lavender Rose #F0A8EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.45%

R = 37.38%
G = 26.17%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0A8EA (or 0xF0A8EA) is known color: Lavender Rose. HEX triplet: F0, A8 and EA. RGB value is (240,168,234). Sum of RGB (Red+Green+Blue) = 240+168+234=642 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.38% from 642); Green value is 168 (66.02% from 255 or 26.17% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A8EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A8EA is #0F5715. Grayscale: #C4C4C4. Windows color (decimal): -1005334 or 15378672. OLE color: 15378672.

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

Color convert

RGB 240 168 234 -
CMYK 0 0.3 0.02 0.06
HSL 305º 0.71% 0.8% -
HSV(B) 305º 0.3% 0.94% -
XYZ 64.79 52.47 84.56 -
YUV 197.05 148.85 158.63 -
System Red Green Blue C M Y K H S L
Decimal 240 168 234 0 0.3 0.02 0.06 305 0.71 0.8
Hex F0 A8 EA 0 1E 2 6 131 47 50
Octal 360 250 352 0 36 2 6 461 107 120
Binary 11110000 10101000 11101010 0 11110 10 110 100110001 1000111 1010000

Color Harmonies of #F0A8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A8EA

Black with #F0A8EA

Text Example


Text Example

White with #F0A8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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