Html Css Color HEX #FCC9EF Classic Rose

📋 copy color: '#FCC9EF'

red 252 ◦ green 201 ◦ blue 239

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

Shades of Classic Rose #FCC9EF

Tints of Classic Rose #FCC9EF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 29.05%

 BLUE value IS 239 (93.75% from 255) = 34.54%

R = 36.42%
G = 29.05%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCC9EF (or 0xFCC9EF) is known color: Classic Rose. HEX triplet: FC, C9 and EF. RGB value is (252,201,239). Sum of RGB (Red+Green+Blue) = 252+201+239=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 201 (78.91% from 255 or 29.05% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC9EF is #033610. Grayscale: #DCDCDC. Windows color (decimal): -210449 or 15714812. OLE color: 15714812.

HSL color Cylindrical-coordinate representation of color #FCC9EF: hue angle of 315.29º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCC9EF is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 201 239 -
CMYK 0 0.20 0.05 0.01
HSL 315.29º 0.89% 0.89% -
HSV(B) 315.29º 0.2% 0.99% -
XYZ 76.61 68.7 90.88 -
YUV 220.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 252 201 239 0 0.20 0.05 0.01 315.29 0.89 0.89
Hex FC C9 EF 0 14 5 1 13B 59 59
Octal 374 311 357 0 24 5 1 473 131 131
Binary 11111100 11001001 11101111 0 10100 101 1 100111011 1011001 1011001

Color Harmonies of #FCC9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC9EF

Black with #FCC9EF

Text Example


Text Example

White with #FCC9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC9EF; }

 p { color: rgb(252,201,239); }

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

background-color css

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

 a { background-color: rgb(252,201,239); }

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

border-color css

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

 span { border-color: rgb(252,201,239); }

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