Html Css Color HEX #F0B0E4 Lavender Rose

📋 copy color: '#F0B0E4'

red 240 ◦ green 176 ◦ blue 228

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

Shades of Lavender Rose #F0B0E4

Tints of Lavender Rose #F0B0E4

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.33%

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

R = 37.27%
G = 27.33%
B = 35.4%

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

#F0B0E4 (or 0xF0B0E4) is known color: Lavender Rose. HEX triplet: F0, B0 and E4. RGB value is (240,176,228). Sum of RGB (Red+Green+Blue) = 240+176+228=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 176 (69.14% from 255 or 27.33% from 644); Blue value is 228 (89.45% from 255 or 35.40% from 644); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B0E4 is #0F4F1B. Grayscale: #C8C8C8. Windows color (decimal): -1003292 or 14987504. OLE color: 14987504.

HSL color Cylindrical-coordinate representation of color #F0B0E4: hue angle of 311.25º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0B0E4 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 176 228 -
CMYK 0 0.27 0.05 0.06
HSL 311.25º 0.68% 0.82% -
HSV(B) 311.25º 0.27% 0.94% -
XYZ 65.46 55.18 80.6 -
YUV 201.06 143.2 155.77 -
System Red Green Blue C M Y K H S L
Decimal 240 176 228 0 0.27 0.05 0.06 311.25 0.68 0.82
Hex F0 B0 E4 0 1B 5 6 137 44 52
Octal 360 260 344 0 33 5 6 467 104 122
Binary 11110000 10110000 11100100 0 11011 101 110 100110111 1000100 1010010

Color Harmonies of #F0B0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B0E4

Black with #F0B0E4

Text Example


Text Example

White with #F0B0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B0E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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