Html Css Color HEX #FCC2DB Classic Rose

📋 copy color: '#FCC2DB'

red 252 ◦ green 194 ◦ blue 219

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

Shades of Classic Rose #FCC2DB

Tints of Classic Rose #FCC2DB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.17%

 BLUE value IS 219 (85.94% from 255) = 32.93%

R = 37.89%
G = 29.17%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCC2DB (or 0xFCC2DB) is known color: Classic Rose. HEX triplet: FC, C2 and DB. RGB value is (252,194,219). Sum of RGB (Red+Green+Blue) = 252+194+219=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 194 (76.17% from 255 or 29.17% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2DB is #033D24. Grayscale: #D6D6D6. Windows color (decimal): -212261 or 14402300. OLE color: 14402300.

HSL color Cylindrical-coordinate representation of color #FCC2DB: hue angle of 334.14º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC2DB is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 194 219 -
CMYK 0 0.23 0.13 0.01
HSL 334.14º 0.91% 0.87% -
HSV(B) 334.14º 0.23% 0.99% -
XYZ 72.22 64.39 75.64 -
YUV 214.19 130.72 154.97 -
System Red Green Blue C M Y K H S L
Decimal 252 194 219 0 0.23 0.13 0.01 334.14 0.91 0.87
Hex FC C2 DB 0 17 D 1 14E 5B 57
Octal 374 302 333 0 27 15 1 516 133 127
Binary 11111100 11000010 11011011 0 10111 1101 1 101001110 1011011 1010111

Color Harmonies of #FCC2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC2DB

Black with #FCC2DB

Text Example


Text Example

White with #FCC2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC2DB; }

 p { color: rgb(252,194,219); }

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

background-color css

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

 a { background-color: rgb(252,194,219); }

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

border-color css

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

 span { border-color: rgb(252,194,219); }

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