Html Css Color HEX #FCEDEA Wisp Pink

📋 copy color: '#FCEDEA'

red 252 ◦ green 237 ◦ blue 234

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

Shades of Wisp Pink #FCEDEA

Tints of Wisp Pink #FCEDEA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 32.78%

 BLUE value IS 234 (91.8% from 255) = 32.37%

R = 34.85%
G = 32.78%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCEDEA (or 0xFCEDEA) is known color: Wisp Pink. HEX triplet: FC, ED and EA. RGB value is (252,237,234). Sum of RGB (Red+Green+Blue) = 252+237+234=723 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.85% from 723); Green value is 237 (92.97% from 255 or 32.78% from 723); Blue value is 234 (91.80% from 255 or 32.37% from 723); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEDEA is #031215. Grayscale: #F1F1F1. Windows color (decimal): -201238 or 15396348. OLE color: 15396348.

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

Color convert

RGB 252 237 234 -
CMYK 0 0.06 0.07 0.01
HSL 10º 0.75% 0.95% -
HSV(B) 10º 0.07% 0.99% -
XYZ 85.28 87.2 90.18 -
YUV 241.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 252 237 234 0 0.06 0.07 0.01 10 0.75 0.95
Hex FC ED EA 0 6 7 1 A 4B 5F
Octal 374 355 352 0 6 7 1 12 113 137
Binary 11111100 11101101 11101010 0 110 111 1 1010 1001011 1011111

Color Harmonies of #FCEDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEDEA

Black with #FCEDEA

Text Example


Text Example

White with #FCEDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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