Html Css Color HEX #FDDBFB Selago

📋 copy color: '#FDDBFB'

red 253 ◦ green 219 ◦ blue 251

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

Shades of Selago #FDDBFB

Tints of Selago #FDDBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 34.72%

R = 34.99%
G = 30.29%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDDBFB (or 0xFDDBFB) is known color: Selago. HEX triplet: FD, DB and FB. RGB value is (253,219,251). Sum of RGB (Red+Green+Blue) = 253+219+251=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 219 (85.94% from 255 or 30.29% from 723); Blue value is 251 (98.44% from 255 or 34.72% from 723); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDBFB is #022404. Grayscale: #E8E8E8. Windows color (decimal): -140293 or 16505853. OLE color: 16505853.

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

Color convert

RGB 253 219 251 -
CMYK 0 0.13 0.01 0.01
HSL 303.53º 0.89% 0.93% -
HSV(B) 303.53º 0.13% 0.99% -
XYZ 83.25 78.51 102.03 -
YUV 232.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 253 219 251 0 0.13 0.01 0.01 303.53 0.89 0.93
Hex FD DB FB 0 D 1 1 130 59 5D
Octal 375 333 373 0 15 1 1 460 131 135
Binary 11111101 11011011 11111011 0 1101 1 1 100110000 1011001 1011101

Color Harmonies of #FDDBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDBFB

Black with #FDDBFB

Text Example


Text Example

White with #FDDBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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