Html Css Color HEX #FCC6ED Classic Rose

📋 copy color: '#FCC6ED'

red 252 ◦ green 198 ◦ blue 237

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

Shades of Classic Rose #FCC6ED

Tints of Classic Rose #FCC6ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.5%

R = 36.68%
G = 28.82%
B = 34.5%

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

#FCC6ED (or 0xFCC6ED) is known color: Classic Rose. HEX triplet: FC, C6 and ED. RGB value is (252,198,237). Sum of RGB (Red+Green+Blue) = 252+198+237=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 198 (77.73% from 255 or 28.82% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC6ED is #033912. Grayscale: #DADADA. Windows color (decimal): -211219 or 15582972. OLE color: 15582972.

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

Color convert

RGB 252 198 237 -
CMYK 0 0.21 0.06 0.01
HSL 316.67º 0.9% 0.88% -
HSV(B) 316.67º 0.21% 0.99% -
XYZ 75.63 67.2 89.11 -
YUV 218.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 252 198 237 0 0.21 0.06 0.01 316.67 0.9 0.88
Hex FC C6 ED 0 15 6 1 13D 5A 58
Octal 374 306 355 0 25 6 1 475 132 130
Binary 11111100 11000110 11101101 0 10101 110 1 100111101 1011010 1011000

Color Harmonies of #FCC6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC6ED

Black with #FCC6ED

Text Example


Text Example

White with #FCC6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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