Html Css Color HEX #FDECFA Selago

📋 copy color: '#FDECFA'

red 253 ◦ green 236 ◦ blue 250

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

Shades of Selago #FDECFA

Tints of Selago #FDECFA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 31.94%

 BLUE value IS 250 (98.05% from 255) = 33.83%

R = 34.24%
G = 31.94%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDECFA (or 0xFDECFA) is known color: Selago. HEX triplet: FD, EC and FA. RGB value is (253,236,250). Sum of RGB (Red+Green+Blue) = 253+236+250=739 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.24% from 739); Green value is 236 (92.58% from 255 or 31.94% from 739); Blue value is 250 (98.05% from 255 or 33.83% from 739); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDECFA is #021305. Grayscale: #F2F2F2. Windows color (decimal): -135942 or 16444669. OLE color: 16444669.

HSL color Cylindrical-coordinate representation of color #FDECFA: hue angle of 310.59º degrees, saturation: 0.81, 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 #FDECFA is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 236 250 -
CMYK 0 0.07 0.01 0.01
HSL 310.59º 0.81% 0.96% -
HSV(B) 310.59º 0.07% 0.99% -
XYZ 87.76 87.78 102.76 -
YUV 242.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 253 236 250 0 0.07 0.01 0.01 310.59 0.81 0.96
Hex FD EC FA 0 7 1 1 137 51 60
Octal 375 354 372 0 7 1 1 467 121 140
Binary 11111101 11101100 11111010 0 111 1 1 100110111 1010001 1100000

Color Harmonies of #FDECFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDECFA

Black with #FDECFA

Text Example


Text Example

White with #FDECFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDECFA; }

 p { color: rgb(253,236,250); }

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

background-color css

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

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

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

border-color css

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

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

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