Html Css Color HEX #F5DCFB Selago

📋 copy color: '#F5DCFB'

red 245 ◦ green 220 ◦ blue 251

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

Shades of Selago #F5DCFB

Tints of Selago #F5DCFB

RGB

 RED value IS 245 (96.09% from 255) = 34.22%

 GREEN value IS 220 (86.33% from 255) = 30.73%

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

R = 34.22%
G = 30.73%
B = 35.06%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F5DCFB (or 0xF5DCFB) is known color: Selago. HEX triplet: F5, DC and FB. RGB value is (245,220,251). Sum of RGB (Red+Green+Blue) = 245+220+251=716 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.22% from 716); Green value is 220 (86.33% from 255 or 30.73% from 716); Blue value is 251 (98.44% from 255 or 35.06% from 716); Max value from RGB is 251 - color contains mainly: blue. Hex color #F5DCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DCFB is #0A2304. Grayscale: #E6E6E6. Windows color (decimal): -664325 or 16506101. OLE color: 16506101.

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

Color convert

RGB 245 220 251 -
CMYK 0.02 0.12 0 0.02
HSL 288.39º 0.79% 0.92% -
HSV(B) 288.39º 0.12% 0.98% -
XYZ 80.66 77.56 101.99 -
YUV 231.01 139.28 137.98 -
System Red Green Blue C M Y K H S L
Decimal 245 220 251 0.02 0.12 0 0.02 288.39 0.79 0.92
Hex F5 DC FB 2 C 0 2 120 4F 5C
Octal 365 334 373 2 14 0 2 440 117 134
Binary 11110101 11011100 11111011 10 1100 0 10 100100000 1001111 1011100

Color Harmonies of #F5DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DCFB

Black with #F5DCFB

Text Example


Text Example

White with #F5DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DCFB; }

 p { color: rgb(245,220,251); }

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

background-color css

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

 a { background-color: rgb(245,220,251); }

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

border-color css

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

 span { border-color: rgb(245,220,251); }

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