Html Css Color HEX #FBC2EF Lavender Rose

📋 copy color: '#FBC2EF'

red 251 ◦ green 194 ◦ blue 239

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

Shades of Lavender Rose #FBC2EF

Tints of Lavender Rose #FBC2EF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.36%

 BLUE value IS 239 (93.75% from 255) = 34.94%

R = 36.7%
G = 28.36%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FBC2EF (or 0xFBC2EF) is known color: Lavender Rose. HEX triplet: FB, C2 and EF. RGB value is (251,194,239). Sum of RGB (Red+Green+Blue) = 251+194+239=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 194 (76.17% from 255 or 28.36% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC2EF is #043D10. Grayscale: #D8D8D8. Windows color (decimal): -277777 or 15713019. OLE color: 15713019.

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

Color convert

RGB 251 194 239 -
CMYK 0 0.23 0.05 0.02
HSL 312.63º 0.88% 0.87% -
HSV(B) 312.63º 0.23% 0.98% -
XYZ 74.66 65.32 90.34 -
YUV 216.17 140.88 152.84 -
System Red Green Blue C M Y K H S L
Decimal 251 194 239 0 0.23 0.05 0.02 312.63 0.88 0.87
Hex FB C2 EF 0 17 5 2 139 58 57
Octal 373 302 357 0 27 5 2 471 130 127
Binary 11111011 11000010 11101111 0 10111 101 10 100111001 1011000 1010111

Color Harmonies of #FBC2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC2EF

Black with #FBC2EF

Text Example


Text Example

White with #FBC2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC2EF; }

 p { color: rgb(251,194,239); }

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

background-color css

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

 a { background-color: rgb(251,194,239); }

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

border-color css

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

 span { border-color: rgb(251,194,239); }

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