Html Css Color HEX #FEEBE6 Wisp Pink

📋 copy color: '#FEEBE6'

red 254 ◦ green 235 ◦ blue 230

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

Shades of Wisp Pink #FEEBE6

Tints of Wisp Pink #FEEBE6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 32.68%

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

R = 35.33%
G = 32.68%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEEBE6 (or 0xFEEBE6) is known color: Wisp Pink. HEX triplet: FE, EB and E6. RGB value is (254,235,230). Sum of RGB (Red+Green+Blue) = 254+235+230=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 235 (92.19% from 255 or 32.68% from 719); Blue value is 230 (90.23% from 255 or 31.99% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEBE6 is #011419. Grayscale: #F0F0F0. Windows color (decimal): -70682 or 15133694. OLE color: 15133694.

HSL color Cylindrical-coordinate representation of color #FEEBE6: hue angle of 12.5º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FEEBE6 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 235 230 -
CMYK 0 0.07 0.09 0.00
HSL 12.5º 0.92% 0.95% -
HSV(B) 12.5º 0.09% 1% -
XYZ 84.86 86.2 87.03 -
YUV 240.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 254 235 230 0 0.07 0.09 0.00 12.5 0.92 0.95
Hex FE EB E6 0 7 9 0 C 5C 5F
Octal 376 353 346 0 7 11 0 14 134 137
Binary 11111110 11101011 11100110 0 111 1001 0 1100 1011100 1011111

Color Harmonies of #FEEBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEBE6

Black with #FEEBE6

Text Example


Text Example

White with #FEEBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEBE6; }

 p { color: rgb(254,235,230); }

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

background-color css

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

 a { background-color: rgb(254,235,230); }

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

border-color css

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

 span { border-color: rgb(254,235,230); }

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