Html Css Color HEX #FCE0E4 Carousel Pink

📋 copy color: '#FCE0E4'

red 252 ◦ green 224 ◦ blue 228

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

Shades of Carousel Pink #FCE0E4

Tints of Carousel Pink #FCE0E4

RGB

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

 GREEN value IS 224 (87.89% from 255) = 31.82%

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

R = 35.8%
G = 31.82%
B = 32.39%

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

#FCE0E4 (or 0xFCE0E4) is known color: Carousel Pink. HEX triplet: FC, E0 and E4. RGB value is (252,224,228). Sum of RGB (Red+Green+Blue) = 252+224+228=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 224 (87.89% from 255 or 31.82% from 704); Blue value is 228 (89.45% from 255 or 32.39% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0E4 is #031F1B. Grayscale: #E8E8E8. Windows color (decimal): -204572 or 14999804. OLE color: 14999804.

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

Color convert

RGB 252 224 228 -
CMYK 0 0.11 0.10 0.01
HSL 351.43º 0.82% 0.93% -
HSV(B) 351.43º 0.11% 0.99% -
XYZ 80.8 79.61 84.51 -
YUV 232.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 252 224 228 0 0.11 0.10 0.01 351.43 0.82 0.93
Hex FC E0 E4 0 B A 1 15F 52 5D
Octal 374 340 344 0 13 12 1 537 122 135
Binary 11111100 11100000 11100100 0 1011 1010 1 101011111 1010010 1011101

Color Harmonies of #FCE0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE0E4

Black with #FCE0E4

Text Example


Text Example

White with #FCE0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE0E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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