Html Css Color HEX #FBEDEA Wisp Pink

📋 copy color: '#FBEDEA'

red 251 ◦ green 237 ◦ blue 234

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

Shades of Wisp Pink #FBEDEA

Tints of Wisp Pink #FBEDEA

RGB

 RED value IS 251 (98.44% from 255) = 34.76%

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

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

R = 34.76%
G = 32.83%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FBEDEA (or 0xFBEDEA) is known color: Wisp Pink. HEX triplet: FB, ED and EA. RGB value is (251,237,234). Sum of RGB (Red+Green+Blue) = 251+237+234=722 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.76% from 722); Green value is 237 (92.97% from 255 or 32.83% from 722); Blue value is 234 (91.80% from 255 or 32.41% from 722); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEDEA is #041215. Grayscale: #F0F0F0. Windows color (decimal): -266774 or 15396347. OLE color: 15396347.

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

Color convert

RGB 251 237 234 -
CMYK 0 0.06 0.07 0.02
HSL 10.59º 0.68% 0.95% -
HSV(B) 10.59º 0.07% 0.98% -
XYZ 84.92 87.02 90.16 -
YUV 240.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 251 237 234 0 0.06 0.07 0.02 10.59 0.68 0.95
Hex FB ED EA 0 6 7 2 B 44 5F
Octal 373 355 352 0 6 7 2 13 104 137
Binary 11111011 11101101 11101010 0 110 111 10 1011 1000100 1011111

Color Harmonies of #FBEDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEDEA

Black with #FBEDEA

Text Example


Text Example

White with #FBEDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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