Html Css Color HEX #FCEAE5 Wisp Pink

📋 copy color: '#FCEAE5'

red 252 ◦ green 234 ◦ blue 229

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

Shades of Wisp Pink #FCEAE5

Tints of Wisp Pink #FCEAE5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 32.73%

 BLUE value IS 229 (89.84% from 255) = 32.03%

R = 35.24%
G = 32.73%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FCEAE5 (or 0xFCEAE5) is known color: Wisp Pink. HEX triplet: FC, EA and E5. RGB value is (252,234,229). Sum of RGB (Red+Green+Blue) = 252+234+229=715 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.24% from 715); Green value is 234 (91.80% from 255 or 32.73% from 715); Blue value is 229 (89.84% from 255 or 32.03% from 715); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAE5 is #03151A. Grayscale: #EEEEEE. Windows color (decimal): -202011 or 15067900. OLE color: 15067900.

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

Color convert

RGB 252 234 229 -
CMYK 0 0.07 0.09 0.01
HSL 13.04º 0.79% 0.94% -
HSV(B) 13.04º 0.09% 0.99% -
XYZ 83.71 85.2 86.16 -
YUV 238.81 122.46 137.41 -
System Red Green Blue C M Y K H S L
Decimal 252 234 229 0 0.07 0.09 0.01 13.04 0.79 0.94
Hex FC EA E5 0 7 9 1 D 4F 5E
Octal 374 352 345 0 7 11 1 15 117 136
Binary 11111100 11101010 11100101 0 111 1001 1 1101 1001111 1011110

Color Harmonies of #FCEAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEAE5

Black with #FCEAE5

Text Example


Text Example

White with #FCEAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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