Html Css Color HEX #FDEEFC Selago

📋 copy color: '#FDEEFC'

red 253 ◦ green 238 ◦ blue 252

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

Shades of Selago #FDEEFC

Tints of Selago #FDEEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 33.92%

R = 34.05%
G = 32.03%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FDEEFC (or 0xFDEEFC) is known color: Selago. HEX triplet: FD, EE and FC. RGB value is (253,238,252). Sum of RGB (Red+Green+Blue) = 253+238+252=743 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.05% from 743); Green value is 238 (93.36% from 255 or 32.03% from 743); Blue value is 252 (98.83% from 255 or 33.92% from 743); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEEFC is #021103. Grayscale: #F4F4F4. Windows color (decimal): -135428 or 16576253. OLE color: 16576253.

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

Color convert

RGB 253 238 252 -
CMYK 0 0.06 0.00 0.01
HSL 304º 0.79% 0.96% -
HSV(B) 304º 0.06% 0.99% -
XYZ 88.65 89.06 104.61 -
YUV 244.08 132.47 134.36 -
System Red Green Blue C M Y K H S L
Decimal 253 238 252 0 0.06 0.00 0.01 304 0.79 0.96
Hex FD EE FC 0 6 0 1 130 4F 60
Octal 375 356 374 0 6 0 1 460 117 140
Binary 11111101 11101110 11111100 0 110 0 1 100110000 1001111 1100000

Color Harmonies of #FDEEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEEFC

Black with #FDEEFC

Text Example


Text Example

White with #FDEEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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