Html Css Color HEX #F3DAF9 Selago

📋 copy color: '#F3DAF9'

red 243 ◦ green 218 ◦ blue 249

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

Shades of Selago #F3DAF9

Tints of Selago #F3DAF9

RGB

 RED value IS 243 (95.31% from 255) = 34.23%

 GREEN value IS 218 (85.55% from 255) = 30.7%

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

R = 34.23%
G = 30.7%
B = 35.07%

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

#F3DAF9 (or 0xF3DAF9) is known color: Selago. HEX triplet: F3, DA and F9. RGB value is (243,218,249). Sum of RGB (Red+Green+Blue) = 243+218+249=710 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.23% from 710); Green value is 218 (85.55% from 255 or 30.70% from 710); Blue value is 249 (97.66% from 255 or 35.07% from 710); Max value from RGB is 249 - color contains mainly: blue. Hex color #F3DAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DAF9 is #0C2506. Grayscale: #E4E4E4. Windows color (decimal): -795911 or 16374515. OLE color: 16374515.

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

Color convert

RGB 243 218 249 -
CMYK 0.02 0.12 0 0.02
HSL 288.39º 0.72% 0.92% -
HSV(B) 288.39º 0.12% 0.98% -
XYZ 79.13 76.04 100.13 -
YUV 229.01 139.28 137.98 -
System Red Green Blue C M Y K H S L
Decimal 243 218 249 0.02 0.12 0 0.02 288.39 0.72 0.92
Hex F3 DA F9 2 C 0 2 120 48 5C
Octal 363 332 371 2 14 0 2 440 110 134
Binary 11110011 11011010 11111001 10 1100 0 10 100100000 1001000 1011100

Color Harmonies of #F3DAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DAF9

Black with #F3DAF9

Text Example


Text Example

White with #F3DAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DAF9; }

 p { color: rgb(243,218,249); }

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

background-color css

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

 a { background-color: rgb(243,218,249); }

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

border-color css

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

 span { border-color: rgb(243,218,249); }

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