Html Css Color HEX #FEF2FD Selago

📋 copy color: '#FEF2FD'

red 254 ◦ green 242 ◦ blue 253

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

Shades of Selago #FEF2FD

Tints of Selago #FEF2FD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 32.31%

 BLUE value IS 253 (99.22% from 255) = 33.78%

R = 33.91%
G = 32.31%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FEF2FD (or 0xFEF2FD) is known color: Selago. HEX triplet: FE, F2 and FD. RGB value is (254,242,253). Sum of RGB (Red+Green+Blue) = 254+242+253=749 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.91% from 749); Green value is 242 (94.92% from 255 or 32.31% from 749); Blue value is 253 (99.22% from 255 or 33.78% from 749); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF2FD is #010D02. Grayscale: #F6F6F6. Windows color (decimal): -68867 or 16642814. OLE color: 16642814.

HSL color Cylindrical-coordinate representation of color #FEF2FD: hue angle of 305º degrees, saturation: 0.86, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FEF2FD is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 242 253 -
CMYK 0 0.05 0.00 0.00
HSL 305º 0.86% 0.97% -
HSV(B) 305º 0.05% 1% -
XYZ 90.35 91.67 105.86 -
YUV 246.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 254 242 253 0 0.05 0.00 0.00 305 0.86 0.97
Hex FE F2 FD 0 5 0 0 131 56 61
Octal 376 362 375 0 5 0 0 461 126 141
Binary 11111110 11110010 11111101 0 101 0 0 100110001 1010110 1100001

Color Harmonies of #FEF2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF2FD

Black with #FEF2FD

Text Example


Text Example

White with #FEF2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF2FD; }

 p { color: rgb(254,242,253); }

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

background-color css

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

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

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

border-color css

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

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

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