Html Css Color HEX #FDEEFD Selago

📋 copy color: '#FDEEFD'

red 253 ◦ green 238 ◦ blue 253

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

Shades of Selago #FDEEFD

Tints of Selago #FDEEFD

RGB

 RED value IS 253 (99.22% from 255) = 34.01%

 GREEN value IS 238 (93.36% from 255) = 31.99%

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

R = 34.01%
G = 31.99%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FDEEFD (or 0xFDEEFD) is known color: Selago. HEX triplet: FD, EE and FD. RGB value is (253,238,253). Sum of RGB (Red+Green+Blue) = 253+238+253=744 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.01% from 744); Green value is 238 (93.36% from 255 or 31.99% from 744); Blue value is 253 (99.22% from 255 or 34.01% from 744); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDEEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEEFD is #021102. Grayscale: #F4F4F4. Windows color (decimal): -135427 or 16641789. OLE color: 16641789.

HSL color Cylindrical-coordinate representation of color #FDEEFD: hue angle of 300º degrees, saturation: 0.79, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FDEEFD is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 238 253 -
CMYK 0 0.06 0 0.01
HSL 300º 0.79% 0.96% -
HSV(B) 300º 0.06% 0.99% -
XYZ 88.81 89.12 105.45 -
YUV 244.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 253 238 253 0 0.06 0 0.01 300 0.79 0.96
Hex FD EE FD 0 6 0 1 12C 4F 60
Octal 375 356 375 0 6 0 1 454 117 140
Binary 11111101 11101110 11111101 0 110 0 1 100101100 1001111 1100000

Color Harmonies of #FDEEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEEFD

Black with #FDEEFD

Text Example


Text Example

White with #FDEEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEEFD; }

 p { color: rgb(253,238,253); }

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

background-color css

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

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

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

border-color css

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

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

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