Html Css Color HEX #FDDBF9 Selago

📋 copy color: '#FDDBF9'

red 253 ◦ green 219 ◦ blue 249

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

Shades of Selago #FDDBF9

Tints of Selago #FDDBF9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 30.37%

 BLUE value IS 249 (97.66% from 255) = 34.54%

R = 35.09%
G = 30.37%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FDDBF9 (or 0xFDDBF9) is known color: Selago. HEX triplet: FD, DB and F9. RGB value is (253,219,249). Sum of RGB (Red+Green+Blue) = 253+219+249=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 219 (85.94% from 255 or 30.37% from 721); Blue value is 249 (97.66% from 255 or 34.54% from 721); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDBF9 is #022406. Grayscale: #E8E8E8. Windows color (decimal): -140295 or 16374781. OLE color: 16374781.

HSL color Cylindrical-coordinate representation of color #FDDBF9: hue angle of 307.06º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDDBF9 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 219 249 -
CMYK 0 0.13 0.02 0.01
HSL 307.06º 0.89% 0.93% -
HSV(B) 307.06º 0.13% 0.99% -
XYZ 82.94 78.39 100.38 -
YUV 232.59 137.26 142.56 -
System Red Green Blue C M Y K H S L
Decimal 253 219 249 0 0.13 0.02 0.01 307.06 0.89 0.93
Hex FD DB F9 0 D 2 1 133 59 5D
Octal 375 333 371 0 15 2 1 463 131 135
Binary 11111101 11011011 11111001 0 1101 10 1 100110011 1011001 1011101

Color Harmonies of #FDDBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDBF9

Black with #FDDBF9

Text Example


Text Example

White with #FDDBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDBF9; }

 p { color: rgb(253,219,249); }

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

background-color css

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

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

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

border-color css

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

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

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