Html Css Color HEX #FDEBFC Selago

📋 copy color: '#FDEBFC'

red 253 ◦ green 235 ◦ blue 252

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

Shades of Selago #FDEBFC

Tints of Selago #FDEBFC

RGB

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

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

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

R = 34.19%
G = 31.76%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FDEBFC (or 0xFDEBFC) is known color: Selago. HEX triplet: FD, EB and FC. RGB value is (253,235,252). Sum of RGB (Red+Green+Blue) = 253+235+252=740 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.19% from 740); Green value is 235 (92.19% from 255 or 31.76% from 740); Blue value is 252 (98.83% from 255 or 34.05% from 740); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEBFC is #021403. Grayscale: #F2F2F2. Windows color (decimal): -136196 or 16575485. OLE color: 16575485.

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

Color convert

RGB 253 235 252 -
CMYK 0 0.07 0.00 0.01
HSL 303.33º 0.82% 0.96% -
HSV(B) 303.33º 0.07% 0.99% -
XYZ 87.79 87.33 104.32 -
YUV 242.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 253 235 252 0 0.07 0.00 0.01 303.33 0.82 0.96
Hex FD EB FC 0 7 0 1 12F 52 60
Octal 375 353 374 0 7 0 1 457 122 140
Binary 11111101 11101011 11111100 0 111 0 1 100101111 1010010 1100000

Color Harmonies of #FDEBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEBFC

Black with #FDEBFC

Text Example


Text Example

White with #FDEBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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