Html Css Color HEX #F5DEFA Selago

📋 copy color: '#F5DEFA'

red 245 ◦ green 222 ◦ blue 250

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

Shades of Selago #F5DEFA

Tints of Selago #F5DEFA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 30.96%

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

R = 34.17%
G = 30.96%
B = 34.87%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F5DEFA (or 0xF5DEFA) is known color: Selago. HEX triplet: F5, DE and FA. RGB value is (245,222,250). Sum of RGB (Red+Green+Blue) = 245+222+250=717 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.17% from 717); Green value is 222 (87.11% from 255 or 30.96% from 717); Blue value is 250 (98.05% from 255 or 34.87% from 717); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5DEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DEFA is #0A2105. Grayscale: #E7E7E7. Windows color (decimal): -663814 or 16441077. OLE color: 16441077.

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

Color convert

RGB 245 222 250 -
CMYK 0.02 0.11 0 0.02
HSL 289.29º 0.74% 0.93% -
HSV(B) 289.29º 0.11% 0.98% -
XYZ 81.03 78.56 101.33 -
YUV 232.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 245 222 250 0.02 0.11 0 0.02 289.29 0.74 0.93
Hex F5 DE FA 2 B 0 2 121 4A 5D
Octal 365 336 372 2 13 0 2 441 112 135
Binary 11110101 11011110 11111010 10 1011 0 10 100100001 1001010 1011101

Color Harmonies of #F5DEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DEFA

Black with #F5DEFA

Text Example


Text Example

White with #F5DEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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