Html Css Color HEX #FCC1DB Classic Rose

📋 copy color: '#FCC1DB'

red 252 ◦ green 193 ◦ blue 219

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

Shades of Classic Rose #FCC1DB

Tints of Classic Rose #FCC1DB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.07%

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

R = 37.95%
G = 29.07%
B = 32.98%

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

#FCC1DB (or 0xFCC1DB) is known color: Classic Rose. HEX triplet: FC, C1 and DB. RGB value is (252,193,219). Sum of RGB (Red+Green+Blue) = 252+193+219=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 193 (75.78% from 255 or 29.07% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1DB is #033E24. Grayscale: #D5D5D5. Windows color (decimal): -212517 or 14402044. OLE color: 14402044.

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

Color convert

RGB 252 193 219 -
CMYK 0 0.23 0.13 0.01
HSL 333.56º 0.91% 0.87% -
HSV(B) 333.56º 0.23% 0.99% -
XYZ 72 63.95 75.57 -
YUV 213.61 131.05 155.39 -
System Red Green Blue C M Y K H S L
Decimal 252 193 219 0 0.23 0.13 0.01 333.56 0.91 0.87
Hex FC C1 DB 0 17 D 1 14E 5B 57
Octal 374 301 333 0 27 15 1 516 133 127
Binary 11111100 11000001 11011011 0 10111 1101 1 101001110 1011011 1010111

Color Harmonies of #FCC1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC1DB

Black with #FCC1DB

Text Example


Text Example

White with #FCC1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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