Html Css Color HEX #FCCBEE Classic Rose

📋 copy color: '#FCCBEE'

red 252 ◦ green 203 ◦ blue 238

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

Shades of Classic Rose #FCCBEE

Tints of Classic Rose #FCCBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.34%

R = 36.36%
G = 29.29%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCCBEE (or 0xFCCBEE) is known color: Classic Rose. HEX triplet: FC, CB and EE. RGB value is (252,203,238). Sum of RGB (Red+Green+Blue) = 252+203+238=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 203 (79.69% from 255 or 29.29% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCBEE is #033411. Grayscale: #DDDDDD. Windows color (decimal): -209938 or 15649788. OLE color: 15649788.

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

Color convert

RGB 252 203 238 -
CMYK 0 0.19 0.06 0.01
HSL 317.14º 0.89% 0.89% -
HSV(B) 317.14º 0.19% 0.99% -
XYZ 76.93 69.58 90.26 -
YUV 221.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 252 203 238 0 0.19 0.06 0.01 317.14 0.89 0.89
Hex FC CB EE 0 13 6 1 13D 59 59
Octal 374 313 356 0 23 6 1 475 131 131
Binary 11111100 11001011 11101110 0 10011 110 1 100111101 1011001 1011001

Color Harmonies of #FCCBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCBEE

Black with #FCCBEE

Text Example


Text Example

White with #FCCBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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