Html Css Color HEX #FCCBE0 Classic Rose

📋 copy color: '#FCCBE0'

red 252 ◦ green 203 ◦ blue 224

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

Shades of Classic Rose #FCCBE0

Tints of Classic Rose #FCCBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 32.99%

R = 37.11%
G = 29.9%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FCCBE0 (or 0xFCCBE0) is known color: Classic Rose. HEX triplet: FC, CB and E0. RGB value is (252,203,224). Sum of RGB (Red+Green+Blue) = 252+203+224=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 203 (79.69% from 255 or 29.90% from 679); Blue value is 224 (87.89% from 255 or 32.99% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBE0 is #03341F. Grayscale: #DCDCDC. Windows color (decimal): -209952 or 14732284. OLE color: 14732284.

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

Color convert

RGB 252 203 224 -
CMYK 0 0.19 0.11 0.01
HSL 334.29º 0.89% 0.89% -
HSV(B) 334.29º 0.19% 0.99% -
XYZ 74.96 68.79 79.85 -
YUV 220.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 252 203 224 0 0.19 0.11 0.01 334.29 0.89 0.89
Hex FC CB E0 0 13 B 1 14E 59 59
Octal 374 313 340 0 23 13 1 516 131 131
Binary 11111100 11001011 11100000 0 10011 1011 1 101001110 1011001 1011001

Color Harmonies of #FCCBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCBE0

Black with #FCCBE0

Text Example


Text Example

White with #FCCBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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