Html Css Color HEX #FCC1E6 Classic Rose

📋 copy color: '#FCC1E6'

red 252 ◦ green 193 ◦ blue 230

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

Shades of Classic Rose #FCC1E6

Tints of Classic Rose #FCC1E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.07%

R = 37.33%
G = 28.59%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FCC1E6 (or 0xFCC1E6) is known color: Classic Rose. HEX triplet: FC, C1 and E6. RGB value is (252,193,230). Sum of RGB (Red+Green+Blue) = 252+193+230=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 193 (75.78% from 255 or 28.59% from 675); Blue value is 230 (90.23% from 255 or 34.07% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC1E6 is #033E19. Grayscale: #D6D6D6. Windows color (decimal): -212506 or 15122940. OLE color: 15122940.

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

Color convert

RGB 252 193 230 -
CMYK 0 0.23 0.09 0.01
HSL 322.37º 0.91% 0.87% -
HSV(B) 322.37º 0.23% 0.99% -
XYZ 73.5 64.55 83.45 -
YUV 214.86 136.55 154.49 -
System Red Green Blue C M Y K H S L
Decimal 252 193 230 0 0.23 0.09 0.01 322.37 0.91 0.87
Hex FC C1 E6 0 17 9 1 142 5B 57
Octal 374 301 346 0 27 11 1 502 133 127
Binary 11111100 11000001 11100110 0 10111 1001 1 101000010 1011011 1010111

Color Harmonies of #FCC1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC1E6

Black with #FCC1E6

Text Example


Text Example

White with #FCC1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC1E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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