Html Css Color HEX #FBC0EC Lavender Rose

📋 copy color: '#FBC0EC'

red 251 ◦ green 192 ◦ blue 236

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

Shades of Lavender Rose #FBC0EC

Tints of Lavender Rose #FBC0EC

RGB

 RED value IS 251 (98.44% from 255) = 36.97%

 GREEN value IS 192 (75.39% from 255) = 28.28%

 BLUE value IS 236 (92.58% from 255) = 34.76%

R = 36.97%
G = 28.28%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FBC0EC (or 0xFBC0EC) is known color: Lavender Rose. HEX triplet: FB, C0 and EC. RGB value is (251,192,236). Sum of RGB (Red+Green+Blue) = 251+192+236=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 192 (75.39% from 255 or 28.28% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC0EC is #043F13. Grayscale: #D6D6D6. Windows color (decimal): -278292 or 15515899. OLE color: 15515899.

HSL color Cylindrical-coordinate representation of color #FBC0EC: hue angle of 315.25º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBC0EC is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 192 236 -
CMYK 0 0.24 0.06 0.02
HSL 315.25º 0.88% 0.87% -
HSV(B) 315.25º 0.24% 0.98% -
XYZ 73.77 64.26 87.87 -
YUV 214.66 140.05 153.92 -
System Red Green Blue C M Y K H S L
Decimal 251 192 236 0 0.24 0.06 0.02 315.25 0.88 0.87
Hex FB C0 EC 0 18 6 2 13B 58 57
Octal 373 300 354 0 30 6 2 473 130 127
Binary 11111011 11000000 11101100 0 11000 110 10 100111011 1011000 1010111

Color Harmonies of #FBC0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC0EC

Black with #FBC0EC

Text Example


Text Example

White with #FBC0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC0EC; }

 p { color: rgb(251,192,236); }

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

background-color css

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

 a { background-color: rgb(251,192,236); }

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

border-color css

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

 span { border-color: rgb(251,192,236); }

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