Html Css Color HEX #F5DCFA Selago

📋 copy color: '#F5DCFA'

red 245 ◦ green 220 ◦ blue 250

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

Shades of Selago #F5DCFA

Tints of Selago #F5DCFA

RGB

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

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

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

R = 34.27%
G = 30.77%
B = 34.97%

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

#F5DCFA (or 0xF5DCFA) is known color: Selago. HEX triplet: F5, DC and FA. RGB value is (245,220,250). Sum of RGB (Red+Green+Blue) = 245+220+250=715 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.27% from 715); Green value is 220 (86.33% from 255 or 30.77% from 715); Blue value is 250 (98.05% from 255 or 34.97% from 715); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5DCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DCFA is #0A2305. Grayscale: #E6E6E6. Windows color (decimal): -664326 or 16440565. OLE color: 16440565.

HSL color Cylindrical-coordinate representation of color #F5DCFA: hue angle of 290º degrees, saturation: 0.75, 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 #F5DCFA is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 220 250 -
CMYK 0.02 0.12 0 0.02
HSL 290º 0.75% 0.92% -
HSV(B) 290º 0.12% 0.98% -
XYZ 80.5 77.5 101.16 -
YUV 230.9 138.78 138.06 -
System Red Green Blue C M Y K H S L
Decimal 245 220 250 0.02 0.12 0 0.02 290 0.75 0.92
Hex F5 DC FA 2 C 0 2 122 4B 5C
Octal 365 334 372 2 14 0 2 442 113 134
Binary 11110101 11011100 11111010 10 1100 0 10 100100010 1001011 1011100

Color Harmonies of #F5DCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DCFA

Black with #F5DCFA

Text Example


Text Example

White with #F5DCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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