Html Css Color HEX #F5D8FC Selago

📋 copy color: '#F5D8FC'

red 245 ◦ green 216 ◦ blue 252

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

Shades of Selago #F5D8FC

Tints of Selago #F5D8FC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 30.29%

 BLUE value IS 252 (98.83% from 255) = 35.34%

R = 34.36%
G = 30.29%
B = 35.34%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F5D8FC (or 0xF5D8FC) is known color: Selago. HEX triplet: F5, D8 and FC. RGB value is (245,216,252). Sum of RGB (Red+Green+Blue) = 245+216+252=713 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.36% from 713); Green value is 216 (84.77% from 255 or 30.29% from 713); Blue value is 252 (98.83% from 255 or 35.34% from 713); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5D8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D8FC is #0A2703. Grayscale: #E4E4E4. Windows color (decimal): -665348 or 16570613. OLE color: 16570613.

HSL color Cylindrical-coordinate representation of color #F5D8FC: hue angle of 288.33º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F5D8FC is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 216 252 -
CMYK 0.03 0.14 0 0.01
HSL 288.33º 0.86% 0.92% -
HSV(B) 288.33º 0.14% 0.99% -
XYZ 79.78 75.55 102.47 -
YUV 228.78 141.11 139.57 -
System Red Green Blue C M Y K H S L
Decimal 245 216 252 0.03 0.14 0 0.01 288.33 0.86 0.92
Hex F5 D8 FC 3 E 0 1 120 56 5C
Octal 365 330 374 3 16 0 1 440 126 134
Binary 11110101 11011000 11111100 11 1110 0 1 100100000 1010110 1011100

Color Harmonies of #F5D8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D8FC

Black with #F5D8FC

Text Example


Text Example

White with #F5D8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D8FC; }

 p { color: rgb(245,216,252); }

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

background-color css

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

 a { background-color: rgb(245,216,252); }

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

border-color css

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

 span { border-color: rgb(245,216,252); }

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