Html Css Color HEX #F0B0ED Lavender Rose

📋 copy color: '#F0B0ED'

red 240 ◦ green 176 ◦ blue 237

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

Shades of Lavender Rose #F0B0ED

Tints of Lavender Rose #F0B0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.29%

R = 36.75%
G = 26.95%
B = 36.29%

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

#F0B0ED (or 0xF0B0ED) is known color: Lavender Rose. HEX triplet: F0, B0 and ED. RGB value is (240,176,237). Sum of RGB (Red+Green+Blue) = 240+176+237=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 176 (69.14% from 255 or 26.95% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0B0ED is #0F4F12. Grayscale: #C9C9C9. Windows color (decimal): -1003283 or 15577328. OLE color: 15577328.

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

Color convert

RGB 240 176 237 -
CMYK 0 0.27 0.01 0.06
HSL 302.81º 0.68% 0.82% -
HSV(B) 302.81º 0.27% 0.94% -
XYZ 66.75 55.69 87.35 -
YUV 202.09 147.7 155.04 -
System Red Green Blue C M Y K H S L
Decimal 240 176 237 0 0.27 0.01 0.06 302.81 0.68 0.82
Hex F0 B0 ED 0 1B 1 6 12F 44 52
Octal 360 260 355 0 33 1 6 457 104 122
Binary 11110000 10110000 11101101 0 11011 1 110 100101111 1000100 1010010

Color Harmonies of #F0B0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B0ED

Black with #F0B0ED

Text Example


Text Example

White with #F0B0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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