Html Css Color HEX #F5DCFC Selago

📋 copy color: '#F5DCFC'

red 245 ◦ green 220 ◦ blue 252

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

Shades of Selago #F5DCFC

Tints of Selago #F5DCFC

RGB

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

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

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

R = 34.17%
G = 30.68%
B = 35.15%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F5DCFC (or 0xF5DCFC) is known color: Selago. HEX triplet: F5, DC and FC. RGB value is (245,220,252). Sum of RGB (Red+Green+Blue) = 245+220+252=717 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.17% from 717); Green value is 220 (86.33% from 255 or 30.68% from 717); Blue value is 252 (98.83% from 255 or 35.15% from 717); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5DCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DCFC is #0A2303. Grayscale: #E7E7E7. Windows color (decimal): -664324 or 16571637. OLE color: 16571637.

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

Color convert

RGB 245 220 252 -
CMYK 0.03 0.13 0 0.01
HSL 286.88º 0.84% 0.93% -
HSV(B) 286.88º 0.13% 0.99% -
XYZ 80.82 77.63 102.82 -
YUV 231.12 139.78 137.9 -
System Red Green Blue C M Y K H S L
Decimal 245 220 252 0.03 0.13 0 0.01 286.88 0.84 0.93
Hex F5 DC FC 3 D 0 1 11F 54 5D
Octal 365 334 374 3 15 0 1 437 124 135
Binary 11110101 11011100 11111100 11 1101 0 1 100011111 1010100 1011101

Color Harmonies of #F5DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DCFC

Black with #F5DCFC

Text Example


Text Example

White with #F5DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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