Html Css Color HEX #FFDBFB Selago

📋 copy color: '#FFDBFB'

red 255 ◦ green 219 ◦ blue 251

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

Shades of Selago #FFDBFB

Tints of Selago #FFDBFB

RGB

 RED value IS 255 (100% from 255) = 35.17%

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

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

R = 35.17%
G = 30.21%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFDBFB (or 0xFFDBFB) is known color: Selago. HEX triplet: FF, DB and FB. RGB value is (255,219,251). Sum of RGB (Red+Green+Blue) = 255+219+251=725 (96% of max value = 765). Red value is 255 (100% from 255 or 35.17% from 725); Green value is 219 (85.94% from 255 or 30.21% from 725); Blue value is 251 (98.44% from 255 or 34.62% from 725); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDBFB is #002404. Grayscale: #E9E9E9. Windows color (decimal): -9221 or 16505855. OLE color: 16505855.

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

Color convert

RGB 255 219 251 -
CMYK 0 0.14 0.02 0
HSL 306.67º 1% 0.93% -
HSV(B) 306.67º 0.14% 1% -
XYZ 83.98 78.89 102.07 -
YUV 233.41 137.93 143.4 -
System Red Green Blue C M Y K H S L
Decimal 255 219 251 0 0.14 0.02 0 306.67 1 0.93
Hex FF DB FB 0 E 2 0 133 64 5D
Octal 377 333 373 0 16 2 0 463 144 135
Binary 11111111 11011011 11111011 0 1110 10 0 100110011 1100100 1011101

Color Harmonies of #FFDBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDBFB

Black with #FFDBFB

Text Example


Text Example

White with #FFDBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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