Html Css Color HEX #FCE6E7 Pale Pink

📋 copy color: '#FCE6E7'

red 252 ◦ green 230 ◦ blue 231

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

Shades of Pale Pink #FCE6E7

Tints of Pale Pink #FCE6E7

RGB

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

 GREEN value IS 230 (90.23% from 255) = 32.26%

 BLUE value IS 231 (90.63% from 255) = 32.4%

R = 35.34%
G = 32.26%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCE6E7 (or 0xFCE6E7) is known color: Pale Pink. HEX triplet: FC, E6 and E7. RGB value is (252,230,231). Sum of RGB (Red+Green+Blue) = 252+230+231=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 230 (90.23% from 255 or 32.26% from 713); Blue value is 231 (90.62% from 255 or 32.40% from 713); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE6E7 is #031918. Grayscale: #ECECEC. Windows color (decimal): -203033 or 15197948. OLE color: 15197948.

HSL color Cylindrical-coordinate representation of color #FCE6E7: hue angle of 357.27º degrees, saturation: 0.79, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCE6E7 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 230 231 -
CMYK 0 0.09 0.08 0.01
HSL 357.27º 0.79% 0.95% -
HSV(B) 357.27º 0.09% 0.99% -
XYZ 82.87 83.06 87.27 -
YUV 236.69 124.79 138.92 -
System Red Green Blue C M Y K H S L
Decimal 252 230 231 0 0.09 0.08 0.01 357.27 0.79 0.95
Hex FC E6 E7 0 9 8 1 165 4F 5F
Octal 374 346 347 0 11 10 1 545 117 137
Binary 11111100 11100110 11100111 0 1001 1000 1 101100101 1001111 1011111

Color Harmonies of #FCE6E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE6E7

Black with #FCE6E7

Text Example


Text Example

White with #FCE6E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE6E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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