Html Css Color HEX #FEE6FB Selago

📋 copy color: '#FEE6FB'

red 254 ◦ green 230 ◦ blue 251

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

Shades of Selago #FEE6FB

Tints of Selago #FEE6FB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 31.29%

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

R = 34.56%
G = 31.29%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FEE6FB (or 0xFEE6FB) is known color: Selago. HEX triplet: FE, E6 and FB. RGB value is (254,230,251). Sum of RGB (Red+Green+Blue) = 254+230+251=735 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.56% from 735); Green value is 230 (90.23% from 255 or 31.29% from 735); Blue value is 251 (98.44% from 255 or 34.15% from 735); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE6FB is #011904. Grayscale: #EFEFEF. Windows color (decimal): -71941 or 16508670. OLE color: 16508670.

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

Color convert

RGB 254 230 251 -
CMYK 0 0.09 0.01 0.00
HSL 307.5º 0.92% 0.95% -
HSV(B) 307.5º 0.09% 1% -
XYZ 86.58 84.63 103.04 -
YUV 239.57 134.45 138.29 -
System Red Green Blue C M Y K H S L
Decimal 254 230 251 0 0.09 0.01 0.00 307.5 0.92 0.95
Hex FE E6 FB 0 9 1 0 134 5C 5F
Octal 376 346 373 0 11 1 0 464 134 137
Binary 11111110 11100110 11111011 0 1001 1 0 100110100 1011100 1011111

Color Harmonies of #FEE6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE6FB

Black with #FEE6FB

Text Example


Text Example

White with #FEE6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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