Html Css Color HEX #FFDBFA Selago

📋 copy color: '#FFDBFA'

red 255 ◦ green 219 ◦ blue 250

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

Shades of Selago #FFDBFA

Tints of Selago #FFDBFA

RGB

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

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

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

R = 35.22%
G = 30.25%
B = 34.53%

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

#FFDBFA (or 0xFFDBFA) is known color: Selago. HEX triplet: FF, DB and FA. RGB value is (255,219,250). Sum of RGB (Red+Green+Blue) = 255+219+250=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 219 (85.94% from 255 or 30.25% from 724); Blue value is 250 (98.05% from 255 or 34.53% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDBFA is #002405. Grayscale: #E9E9E9. Windows color (decimal): -9222 or 16440319. OLE color: 16440319.

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

Color convert

RGB 255 219 250 -
CMYK 0 0.14 0.02 0
HSL 308.33º 1% 0.93% -
HSV(B) 308.33º 0.14% 1% -
XYZ 83.83 78.83 101.24 -
YUV 233.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 255 219 250 0 0.14 0.02 0 308.33 1 0.93
Hex FF DB FA 0 E 2 0 134 64 5D
Octal 377 333 372 0 16 2 0 464 144 135
Binary 11111111 11011011 11111010 0 1110 10 0 100110100 1100100 1011101

Color Harmonies of #FFDBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDBFA

Black with #FFDBFA

Text Example


Text Example

White with #FFDBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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