Html Css Color HEX #F4D3F9 Selago

📋 copy color: '#F4D3F9'

red 244 ◦ green 211 ◦ blue 249

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

Shades of Selago #F4D3F9

Tints of Selago #F4D3F9

RGB

 RED value IS 244 (95.7% from 255) = 34.66%

 GREEN value IS 211 (82.81% from 255) = 29.97%

 BLUE value IS 249 (97.66% from 255) = 35.37%

R = 34.66%
G = 29.97%
B = 35.37%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F4D3F9 (or 0xF4D3F9) is known color: Selago. HEX triplet: F4, D3 and F9. RGB value is (244,211,249). Sum of RGB (Red+Green+Blue) = 244+211+249=704 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.66% from 704); Green value is 211 (82.81% from 255 or 29.97% from 704); Blue value is 249 (97.66% from 255 or 35.37% from 704); Max value from RGB is 249 - color contains mainly: blue. Hex color #F4D3F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4D3F9 is #0B2C06. Grayscale: #E1E1E1. Windows color (decimal): -732167 or 16372724. OLE color: 16372724.

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

Color convert

RGB 244 211 249 -
CMYK 0.02 0.15 0 0.02
HSL 292.11º 0.76% 0.9% -
HSV(B) 292.11º 0.15% 0.98% -
XYZ 77.7 72.66 99.55 -
YUV 225.2 141.43 141.41 -
System Red Green Blue C M Y K H S L
Decimal 244 211 249 0.02 0.15 0 0.02 292.11 0.76 0.9
Hex F4 D3 F9 2 F 0 2 124 4C 5A
Octal 364 323 371 2 17 0 2 444 114 132
Binary 11110100 11010011 11111001 10 1111 0 10 100100100 1001100 1011010

Color Harmonies of #F4D3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D3F9

Black with #F4D3F9

Text Example


Text Example

White with #F4D3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D3F9; }

 p { color: rgb(244,211,249); }

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

background-color css

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

 a { background-color: rgb(244,211,249); }

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

border-color css

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

 span { border-color: rgb(244,211,249); }

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