Html Css Color HEX #FCCBF0 Classic Rose

📋 copy color: '#FCCBF0'

red 252 ◦ green 203 ◦ blue 240

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

Shades of Classic Rose #FCCBF0

Tints of Classic Rose #FCCBF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 34.53%

R = 36.26%
G = 29.21%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCCBF0 (or 0xFCCBF0) is known color: Classic Rose. HEX triplet: FC, CB and F0. RGB value is (252,203,240). Sum of RGB (Red+Green+Blue) = 252+203+240=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 203 (79.69% from 255 or 29.21% from 695); Blue value is 240 (94.14% from 255 or 34.53% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCBF0 is #03340F. Grayscale: #DDDDDD. Windows color (decimal): -209936 or 15780860. OLE color: 15780860.

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

Color convert

RGB 252 203 240 -
CMYK 0 0.19 0.05 0.01
HSL 314.69º 0.89% 0.89% -
HSV(B) 314.69º 0.19% 0.99% -
XYZ 77.23 69.7 91.82 -
YUV 221.87 138.23 149.49 -
System Red Green Blue C M Y K H S L
Decimal 252 203 240 0 0.19 0.05 0.01 314.69 0.89 0.89
Hex FC CB F0 0 13 5 1 13B 59 59
Octal 374 313 360 0 23 5 1 473 131 131
Binary 11111100 11001011 11110000 0 10011 101 1 100111011 1011001 1011001

Color Harmonies of #FCCBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCBF0

Black with #FCCBF0

Text Example


Text Example

White with #FCCBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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