Html Css Color HEX #F5D6FC Selago

📋 copy color: '#F5D6FC'

red 245 ◦ green 214 ◦ blue 252

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

Shades of Selago #F5D6FC

Tints of Selago #F5D6FC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 30.1%

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

R = 34.46%
G = 30.1%
B = 35.44%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F5D6FC (or 0xF5D6FC) is known color: Selago. HEX triplet: F5, D6 and FC. RGB value is (245,214,252). Sum of RGB (Red+Green+Blue) = 245+214+252=711 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.46% from 711); Green value is 214 (83.98% from 255 or 30.10% from 711); Blue value is 252 (98.83% from 255 or 35.44% from 711); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5D6FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D6FC is #0A2903. Grayscale: #E3E3E3. Windows color (decimal): -665860 or 16570101. OLE color: 16570101.

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

Color convert

RGB 245 214 252 -
CMYK 0.03 0.15 0 0.01
HSL 288.95º 0.86% 0.91% -
HSV(B) 288.95º 0.15% 0.99% -
XYZ 79.27 74.53 102.3 -
YUV 227.6 141.77 140.41 -
System Red Green Blue C M Y K H S L
Decimal 245 214 252 0.03 0.15 0 0.01 288.95 0.86 0.91
Hex F5 D6 FC 3 F 0 1 121 56 5B
Octal 365 326 374 3 17 0 1 441 126 133
Binary 11110101 11010110 11111100 11 1111 0 1 100100001 1010110 1011011

Color Harmonies of #F5D6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D6FC

Black with #F5D6FC

Text Example


Text Example

White with #F5D6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D6FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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