Html Css Color HEX #FCCBE7 Classic Rose

📋 copy color: '#FCCBE7'

red 252 ◦ green 203 ◦ blue 231

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

Shades of Classic Rose #FCCBE7

Tints of Classic Rose #FCCBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33.67%

R = 36.73%
G = 29.59%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCCBE7 (or 0xFCCBE7) is known color: Classic Rose. HEX triplet: FC, CB and E7. RGB value is (252,203,231). Sum of RGB (Red+Green+Blue) = 252+203+231=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 203 (79.69% from 255 or 29.59% from 686); Blue value is 231 (90.62% from 255 or 33.67% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCBE7 is #033418. Grayscale: #DCDCDC. Windows color (decimal): -209945 or 15191036. OLE color: 15191036.

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

Color convert

RGB 252 203 231 -
CMYK 0 0.19 0.08 0.01
HSL 325.71º 0.89% 0.89% -
HSV(B) 325.71º 0.19% 0.99% -
XYZ 75.92 69.18 84.95 -
YUV 220.84 133.73 150.22 -
System Red Green Blue C M Y K H S L
Decimal 252 203 231 0 0.19 0.08 0.01 325.71 0.89 0.89
Hex FC CB E7 0 13 8 1 146 59 59
Octal 374 313 347 0 23 10 1 506 131 131
Binary 11111100 11001011 11100111 0 10011 1000 1 101000110 1011001 1011001

Color Harmonies of #FCCBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCBE7

Black with #FCCBE7

Text Example


Text Example

White with #FCCBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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