Html Css Color HEX #F4DBFB Selago

📋 copy color: '#F4DBFB'

red 244 ◦ green 219 ◦ blue 251

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

Shades of Selago #F4DBFB

Tints of Selago #F4DBFB

RGB

 RED value IS 244 (95.7% from 255) = 34.17%

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

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

R = 34.17%
G = 30.67%
B = 35.15%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F4DBFB (or 0xF4DBFB) is known color: Selago. HEX triplet: F4, DB and FB. RGB value is (244,219,251). Sum of RGB (Red+Green+Blue) = 244+219+251=714 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.17% from 714); Green value is 219 (85.94% from 255 or 30.67% from 714); Blue value is 251 (98.44% from 255 or 35.15% from 714); Max value from RGB is 251 - color contains mainly: blue. Hex color #F4DBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DBFB is #0B2404. Grayscale: #E6E6E6. Windows color (decimal): -730117 or 16505844. OLE color: 16505844.

HSL color Cylindrical-coordinate representation of color #F4DBFB: hue angle of 286.88º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F4DBFB is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 244 219 251 -
CMYK 0.03 0.13 0 0.02
HSL 286.88º 0.8% 0.92% -
HSV(B) 286.88º 0.13% 0.98% -
XYZ 80.05 76.86 101.88 -
YUV 230.12 139.78 137.9 -
System Red Green Blue C M Y K H S L
Decimal 244 219 251 0.03 0.13 0 0.02 286.88 0.8 0.92
Hex F4 DB FB 3 D 0 2 11F 50 5C
Octal 364 333 373 3 15 0 2 437 120 134
Binary 11110100 11011011 11111011 11 1101 0 10 100011111 1010000 1011100

Color Harmonies of #F4DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DBFB

Black with #F4DBFB

Text Example


Text Example

White with #F4DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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