Html Css Color HEX #FCE4E6 Pale Pink

📋 copy color: '#FCE4E6'

red 252 ◦ green 228 ◦ blue 230

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

Shades of Pale Pink #FCE4E6

Tints of Pale Pink #FCE4E6

RGB

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

 GREEN value IS 228 (89.45% from 255) = 32.11%

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

R = 35.49%
G = 32.11%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FCE4E6 (or 0xFCE4E6) is known color: Pale Pink. HEX triplet: FC, E4 and E6. RGB value is (252,228,230). Sum of RGB (Red+Green+Blue) = 252+228+230=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 228 (89.45% from 255 or 32.11% from 710); Blue value is 230 (90.23% from 255 or 32.39% from 710); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE4E6 is #031B19. Grayscale: #EBEBEB. Windows color (decimal): -203546 or 15131900. OLE color: 15131900.

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

Color convert

RGB 252 228 230 -
CMYK 0 0.10 0.09 0.01
HSL 355º 0.8% 0.94% -
HSV(B) 355º 0.1% 0.99% -
XYZ 82.17 81.9 86.34 -
YUV 235.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 252 228 230 0 0.10 0.09 0.01 355 0.8 0.94
Hex FC E4 E6 0 A 9 1 163 50 5E
Octal 374 344 346 0 12 11 1 543 120 136
Binary 11111100 11100100 11100110 0 1010 1001 1 101100011 1010000 1011110

Color Harmonies of #FCE4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE4E6

Black with #FCE4E6

Text Example


Text Example

White with #FCE4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE4E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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