Html Css Color HEX #FEEBFE Selago

📋 copy color: '#FEEBFE'

red 254 ◦ green 235 ◦ blue 254

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

Shades of Selago #FEEBFE

Tints of Selago #FEEBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 34.19%

R = 34.19%
G = 31.63%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FEEBFE (or 0xFEEBFE) is known color: Selago. HEX triplet: FE, EB and FE. RGB value is (254,235,254). Sum of RGB (Red+Green+Blue) = 254+235+254=743 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.19% from 743); Green value is 235 (92.19% from 255 or 31.63% from 743); Blue value is 254 (99.61% from 255 or 34.19% from 743); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEEBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEBFE is #011401. Grayscale: #F2F2F2. Windows color (decimal): -70658 or 16706558. OLE color: 16706558.

HSL color Cylindrical-coordinate representation of color #FEEBFE: hue angle of 300º 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 #FEEBFE is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 235 254 -
CMYK 0 0.07 0 0.00
HSL 300º 0.9% 0.96% -
HSV(B) 300º 0.07% 1% -
XYZ 88.47 87.64 106.02 -
YUV 242.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 254 235 254 0 0.07 0 0.00 300 0.9 0.96
Hex FE EB FE 0 7 0 0 12C 5A 60
Octal 376 353 376 0 7 0 0 454 132 140
Binary 11111110 11101011 11111110 0 111 0 0 100101100 1011010 1100000

Color Harmonies of #FEEBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEBFE

Black with #FEEBFE

Text Example


Text Example

White with #FEEBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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