Html Css Color HEX #FCCBE6 Classic Rose

📋 copy color: '#FCCBE6'

red 252 ◦ green 203 ◦ blue 230

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

Shades of Classic Rose #FCCBE6

Tints of Classic Rose #FCCBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33.58%

R = 36.79%
G = 29.64%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FCCBE6 (or 0xFCCBE6) is known color: Classic Rose. HEX triplet: FC, CB and E6. RGB value is (252,203,230). Sum of RGB (Red+Green+Blue) = 252+203+230=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 203 (79.69% from 255 or 29.64% from 685); Blue value is 230 (90.23% from 255 or 33.58% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCBE6 is #033419. Grayscale: #DCDCDC. Windows color (decimal): -209946 or 15125500. OLE color: 15125500.

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

Color convert

RGB 252 203 230 -
CMYK 0 0.19 0.09 0.01
HSL 326.94º 0.89% 0.89% -
HSV(B) 326.94º 0.19% 0.99% -
XYZ 75.78 69.12 84.21 -
YUV 220.73 133.23 150.3 -
System Red Green Blue C M Y K H S L
Decimal 252 203 230 0 0.19 0.09 0.01 326.94 0.89 0.89
Hex FC CB E6 0 13 9 1 147 59 59
Octal 374 313 346 0 23 11 1 507 131 131
Binary 11111100 11001011 11100110 0 10011 1001 1 101000111 1011001 1011001

Color Harmonies of #FCCBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCBE6

Black with #FCCBE6

Text Example


Text Example

White with #FCCBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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