Html Css Color HEX #FCC6EC Classic Rose

📋 copy color: '#FCC6EC'

red 252 ◦ green 198 ◦ blue 236

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

Shades of Classic Rose #FCC6EC

Tints of Classic Rose #FCC6EC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 28.86%

 BLUE value IS 236 (92.58% from 255) = 34.4%

R = 36.73%
G = 28.86%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCC6EC (or 0xFCC6EC) is known color: Classic Rose. HEX triplet: FC, C6 and EC. RGB value is (252,198,236). Sum of RGB (Red+Green+Blue) = 252+198+236=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 198 (77.73% from 255 or 28.86% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC6EC is #033913. Grayscale: #DADADA. Windows color (decimal): -211220 or 15517436. OLE color: 15517436.

HSL color Cylindrical-coordinate representation of color #FCC6EC: hue angle of 317.78º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC6EC is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 198 236 -
CMYK 0 0.21 0.06 0.01
HSL 317.78º 0.9% 0.88% -
HSV(B) 317.78º 0.21% 0.99% -
XYZ 75.48 67.14 88.34 -
YUV 218.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 252 198 236 0 0.21 0.06 0.01 317.78 0.9 0.88
Hex FC C6 EC 0 15 6 1 13E 5A 58
Octal 374 306 354 0 25 6 1 476 132 130
Binary 11111100 11000110 11101100 0 10101 110 1 100111110 1011010 1011000

Color Harmonies of #FCC6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC6EC

Black with #FCC6EC

Text Example


Text Example

White with #FCC6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC6EC; }

 p { color: rgb(252,198,236); }

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

background-color css

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

 a { background-color: rgb(252,198,236); }

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

border-color css

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

 span { border-color: rgb(252,198,236); }

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