Html Css Color HEX #FCBBEA Lavender Rose

📋 copy color: '#FCBBEA'

red 252 ◦ green 187 ◦ blue 234

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

Shades of Lavender Rose #FCBBEA

Tints of Lavender Rose #FCBBEA

RGB

 RED value IS 252 (98.83% from 255) = 37.44%

 GREEN value IS 187 (73.44% from 255) = 27.79%

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

R = 37.44%
G = 27.79%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCBBEA (or 0xFCBBEA) is known color: Lavender Rose. HEX triplet: FC, BB and EA. RGB value is (252,187,234). Sum of RGB (Red+Green+Blue) = 252+187+234=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 187 (73.44% from 255 or 27.79% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBBEA is #034415. Grayscale: #D3D3D3. Windows color (decimal): -214038 or 15383548. OLE color: 15383548.

HSL color Cylindrical-coordinate representation of color #FCBBEA: hue angle of 316.62º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCBBEA is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 187 234 -
CMYK 0 0.26 0.07 0.01
HSL 316.62º 0.92% 0.86% -
HSV(B) 316.62º 0.26% 0.99% -
XYZ 72.77 62.18 86.01 -
YUV 211.79 140.53 156.68 -
System Red Green Blue C M Y K H S L
Decimal 252 187 234 0 0.26 0.07 0.01 316.62 0.92 0.86
Hex FC BB EA 0 1A 7 1 13D 5C 56
Octal 374 273 352 0 32 7 1 475 134 126
Binary 11111100 10111011 11101010 0 11010 111 1 100111101 1011100 1010110

Color Harmonies of #FCBBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBBEA

Black with #FCBBEA

Text Example


Text Example

White with #FCBBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBBEA; }

 p { color: rgb(252,187,234); }

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

background-color css

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

 a { background-color: rgb(252,187,234); }

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

border-color css

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

 span { border-color: rgb(252,187,234); }

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