Html Css Color HEX #FEEBFB Selago

📋 copy color: '#FEEBFB'

red 254 ◦ green 235 ◦ blue 251

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

Shades of Selago #FEEBFB

Tints of Selago #FEEBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 33.92%

R = 34.32%
G = 31.76%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FEEBFB (or 0xFEEBFB) is known color: Selago. HEX triplet: FE, EB and FB. RGB value is (254,235,251). Sum of RGB (Red+Green+Blue) = 254+235+251=740 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.32% from 740); Green value is 235 (92.19% from 255 or 31.76% from 740); Blue value is 251 (98.44% from 255 or 33.92% from 740); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEBFB is #011404. Grayscale: #F2F2F2. Windows color (decimal): -70661 or 16509950. OLE color: 16509950.

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

Color convert

RGB 254 235 251 -
CMYK 0 0.07 0.01 0.00
HSL 309.47º 0.9% 0.96% -
HSV(B) 309.47º 0.07% 1% -
XYZ 87.99 87.45 103.51 -
YUV 242.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 254 235 251 0 0.07 0.01 0.00 309.47 0.9 0.96
Hex FE EB FB 0 7 1 0 135 5A 60
Octal 376 353 373 0 7 1 0 465 132 140
Binary 11111110 11101011 11111011 0 111 1 0 100110101 1011010 1100000

Color Harmonies of #FEEBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEBFB

Black with #FEEBFB

Text Example


Text Example

White with #FEEBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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