Html Css Color HEX #FCC1EA Classic Rose

📋 copy color: '#FCC1EA'

red 252 ◦ green 193 ◦ blue 234

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

Shades of Classic Rose #FCC1EA

Tints of Classic Rose #FCC1EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.46%

R = 37.11%
G = 28.42%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCC1EA (or 0xFCC1EA) is known color: Classic Rose. HEX triplet: FC, C1 and EA. RGB value is (252,193,234). Sum of RGB (Red+Green+Blue) = 252+193+234=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 193 (75.78% from 255 or 28.42% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC1EA is #033E15. Grayscale: #D7D7D7. Windows color (decimal): -212502 or 15385084. OLE color: 15385084.

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

Color convert

RGB 252 193 234 -
CMYK 0 0.23 0.07 0.01
HSL 318.31º 0.91% 0.87% -
HSV(B) 318.31º 0.23% 0.99% -
XYZ 74.07 64.78 86.44 -
YUV 215.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 252 193 234 0 0.23 0.07 0.01 318.31 0.91 0.87
Hex FC C1 EA 0 17 7 1 13E 5B 57
Octal 374 301 352 0 27 7 1 476 133 127
Binary 11111100 11000001 11101010 0 10111 111 1 100111110 1011011 1010111

Color Harmonies of #FCC1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC1EA

Black with #FCC1EA

Text Example


Text Example

White with #FCC1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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