Html Css Color HEX #FBEAE6 Wisp Pink

📋 copy color: '#FBEAE6'

red 251 ◦ green 234 ◦ blue 230

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

Shades of Wisp Pink #FBEAE6

Tints of Wisp Pink #FBEAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 32.17%

R = 35.1%
G = 32.73%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FBEAE6 (or 0xFBEAE6) is known color: Wisp Pink. HEX triplet: FB, EA and E6. RGB value is (251,234,230). Sum of RGB (Red+Green+Blue) = 251+234+230=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 234 (91.80% from 255 or 32.73% from 715); Blue value is 230 (90.23% from 255 or 32.17% from 715); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEAE6 is #041519. Grayscale: #EEEEEE. Windows color (decimal): -267546 or 15133435. OLE color: 15133435.

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

Color convert

RGB 251 234 230 -
CMYK 0 0.07 0.08 0.02
HSL 11.43º 0.72% 0.94% -
HSV(B) 11.43º 0.08% 0.98% -
XYZ 83.49 85.07 86.88 -
YUV 238.63 123.13 136.83 -
System Red Green Blue C M Y K H S L
Decimal 251 234 230 0 0.07 0.08 0.02 11.43 0.72 0.94
Hex FB EA E6 0 7 8 2 B 48 5E
Octal 373 352 346 0 7 10 2 13 110 136
Binary 11111011 11101010 11100110 0 111 1000 10 1011 1001000 1011110

Color Harmonies of #FBEAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEAE6

Black with #FBEAE6

Text Example


Text Example

White with #FBEAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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