Html Css Color HEX #FCC1EC Classic Rose

📋 copy color: '#FCC1EC'

red 252 ◦ green 193 ◦ blue 236

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

Shades of Classic Rose #FCC1EC

Tints of Classic Rose #FCC1EC

RGB

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

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

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

R = 37%
G = 28.34%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCC1EC (or 0xFCC1EC) is known color: Classic Rose. HEX triplet: FC, C1 and EC. RGB value is (252,193,236). Sum of RGB (Red+Green+Blue) = 252+193+236=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 193 (75.78% from 255 or 28.34% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC1EC is #033E13. Grayscale: #D7D7D7. Windows color (decimal): -212500 or 15516156. OLE color: 15516156.

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

Color convert

RGB 252 193 236 -
CMYK 0 0.23 0.06 0.01
HSL 316.27º 0.91% 0.87% -
HSV(B) 316.27º 0.23% 0.99% -
XYZ 74.36 64.89 87.96 -
YUV 215.54 139.55 154 -
System Red Green Blue C M Y K H S L
Decimal 252 193 236 0 0.23 0.06 0.01 316.27 0.91 0.87
Hex FC C1 EC 0 17 6 1 13C 5B 57
Octal 374 301 354 0 27 6 1 474 133 127
Binary 11111100 11000001 11101100 0 10111 110 1 100111100 1011011 1010111

Color Harmonies of #FCC1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC1EC

Black with #FCC1EC

Text Example


Text Example

White with #FCC1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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