Html Css Color HEX #FCE1E4 Carousel Pink

📋 copy color: '#FCE1E4'

red 252 ◦ green 225 ◦ blue 228

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

Shades of Carousel Pink #FCE1E4

Tints of Carousel Pink #FCE1E4

RGB

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

 GREEN value IS 225 (88.28% from 255) = 31.91%

 BLUE value IS 228 (89.45% from 255) = 32.34%

R = 35.74%
G = 31.91%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FCE1E4 (or 0xFCE1E4) is known color: Carousel Pink. HEX triplet: FC, E1 and E4. RGB value is (252,225,228). Sum of RGB (Red+Green+Blue) = 252+225+228=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 225 (88.28% from 255 or 31.91% from 705); Blue value is 228 (89.45% from 255 or 32.34% from 705); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1E4 is #031E1B. Grayscale: #E9E9E9. Windows color (decimal): -204316 or 15000060. OLE color: 15000060.

HSL color Cylindrical-coordinate representation of color #FCE1E4: hue angle of 353.33º degrees, saturation: 0.82, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCE1E4 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 225 228 -
CMYK 0 0.11 0.10 0.01
HSL 353.33º 0.82% 0.94% -
HSV(B) 353.33º 0.11% 0.99% -
XYZ 81.07 80.15 84.6 -
YUV 233.42 124.95 141.26 -
System Red Green Blue C M Y K H S L
Decimal 252 225 228 0 0.11 0.10 0.01 353.33 0.82 0.94
Hex FC E1 E4 0 B A 1 161 52 5E
Octal 374 341 344 0 13 12 1 541 122 136
Binary 11111100 11100001 11100100 0 1011 1010 1 101100001 1010010 1011110

Color Harmonies of #FCE1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE1E4

Black with #FCE1E4

Text Example


Text Example

White with #FCE1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE1E4; }

 p { color: rgb(252,225,228); }

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

background-color css

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

 a { background-color: rgb(252,225,228); }

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

border-color css

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

 span { border-color: rgb(252,225,228); }

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