Html Css Color HEX #FBE7E2 Wisp Pink

📋 copy color: '#FBE7E2'

red 251 ◦ green 231 ◦ blue 226

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

Shades of Wisp Pink #FBE7E2

Tints of Wisp Pink #FBE7E2

RGB

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

 GREEN value IS 231 (90.63% from 255) = 32.63%

 BLUE value IS 226 (88.67% from 255) = 31.92%

R = 35.45%
G = 32.63%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FBE7E2 (or 0xFBE7E2) is known color: Wisp Pink. HEX triplet: FB, E7 and E2. RGB value is (251,231,226). Sum of RGB (Red+Green+Blue) = 251+231+226=708 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.45% from 708); Green value is 231 (90.62% from 255 or 32.63% from 708); Blue value is 226 (88.67% from 255 or 31.92% from 708); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE7E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE7E2 is #04181D. Grayscale: #ECECEC. Windows color (decimal): -268318 or 14870523. OLE color: 14870523.

HSL color Cylindrical-coordinate representation of color #FBE7E2: hue angle of 12º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBE7E2 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 231 226 -
CMYK 0 0.08 0.10 0.02
HSL 12º 0.76% 0.94% -
HSV(B) 12º 0.1% 0.98% -
XYZ 82.09 83.15 83.68 -
YUV 236.41 122.13 138.41 -
System Red Green Blue C M Y K H S L
Decimal 251 231 226 0 0.08 0.10 0.02 12 0.76 0.94
Hex FB E7 E2 0 8 A 2 C 4C 5E
Octal 373 347 342 0 10 12 2 14 114 136
Binary 11111011 11100111 11100010 0 1000 1010 10 1100 1001100 1011110

Color Harmonies of #FBE7E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE7E2

Black with #FBE7E2

Text Example


Text Example

White with #FBE7E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE7E2; }

 p { color: rgb(251,231,226); }

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

background-color css

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

 a { background-color: rgb(251,231,226); }

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

border-color css

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

 span { border-color: rgb(251,231,226); }

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