Html Css Color HEX #FCCBEA Classic Rose

📋 copy color: '#FCCBEA'

red 252 ◦ green 203 ◦ blue 234

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

Shades of Classic Rose #FCCBEA

Tints of Classic Rose #FCCBEA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 29.46%

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

R = 36.57%
G = 29.46%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCCBEA (or 0xFCCBEA) is known color: Classic Rose. HEX triplet: FC, CB and EA. RGB value is (252,203,234). Sum of RGB (Red+Green+Blue) = 252+203+234=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 203 (79.69% from 255 or 29.46% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCBEA is #033415. Grayscale: #DDDDDD. Windows color (decimal): -209942 or 15387644. OLE color: 15387644.

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

Color convert

RGB 252 203 234 -
CMYK 0 0.19 0.07 0.01
HSL 322.04º 0.89% 0.89% -
HSV(B) 322.04º 0.19% 0.99% -
XYZ 76.35 69.35 87.2 -
YUV 221.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 252 203 234 0 0.19 0.07 0.01 322.04 0.89 0.89
Hex FC CB EA 0 13 7 1 142 59 59
Octal 374 313 352 0 23 7 1 502 131 131
Binary 11111100 11001011 11101010 0 10011 111 1 101000010 1011001 1011001

Color Harmonies of #FCCBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCBEA

Black with #FCCBEA

Text Example


Text Example

White with #FCCBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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