Html Css Color HEX #FEEAE4 Wisp Pink

📋 copy color: '#FEEAE4'

red 254 ◦ green 234 ◦ blue 228

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

Shades of Wisp Pink #FEEAE4

Tints of Wisp Pink #FEEAE4

RGB

 RED value IS 254 (99.61% from 255) = 35.47%

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

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

R = 35.47%
G = 32.68%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FEEAE4 (or 0xFEEAE4) is known color: Wisp Pink. HEX triplet: FE, EA and E4. RGB value is (254,234,228). Sum of RGB (Red+Green+Blue) = 254+234+228=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 234 (91.80% from 255 or 32.68% from 716); Blue value is 228 (89.45% from 255 or 31.84% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAE4 is #01151B. Grayscale: #EFEFEF. Windows color (decimal): -70940 or 15002366. OLE color: 15002366.

HSL color Cylindrical-coordinate representation of color #FEEAE4: hue angle of 13.85º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FEEAE4 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 234 228 -
CMYK 0 0.08 0.10 0.00
HSL 13.85º 0.93% 0.95% -
HSV(B) 13.85º 0.1% 1% -
XYZ 84.3 85.52 85.46 -
YUV 239.3 121.63 138.49 -
System Red Green Blue C M Y K H S L
Decimal 254 234 228 0 0.08 0.10 0.00 13.85 0.93 0.95
Hex FE EA E4 0 8 A 0 E 5D 5F
Octal 376 352 344 0 10 12 0 16 135 137
Binary 11111110 11101010 11100100 0 1000 1010 0 1110 1011101 1011111

Color Harmonies of #FEEAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEAE4

Black with #FEEAE4

Text Example


Text Example

White with #FEEAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEAE4; }

 p { color: rgb(254,234,228); }

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

background-color css

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

 a { background-color: rgb(254,234,228); }

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

border-color css

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

 span { border-color: rgb(254,234,228); }

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