Html Css Color HEX #F3DFF5 Selago

📋 copy color: '#F3DFF5'

red 243 ◦ green 223 ◦ blue 245

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

Shades of Selago #F3DFF5

Tints of Selago #F3DFF5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.36%

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

R = 34.18%
G = 31.36%
B = 34.46%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F3DFF5 (or 0xF3DFF5) is known color: Selago. HEX triplet: F3, DF and F5. RGB value is (243,223,245). Sum of RGB (Red+Green+Blue) = 243+223+245=711 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.18% from 711); Green value is 223 (87.5% from 255 or 31.36% from 711); Blue value is 245 (96.09% from 255 or 34.46% from 711); Max value from RGB is 245 - color contains mainly: blue. Hex color #F3DFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DFF5 is #0C200A. Grayscale: #E7E7E7. Windows color (decimal): -794635 or 16113651. OLE color: 16113651.

HSL color Cylindrical-coordinate representation of color #F3DFF5: hue angle of 294.55º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F3DFF5 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 243 223 245 -
CMYK 0.01 0.09 0 0.04
HSL 294.55º 0.52% 0.92% -
HSV(B) 294.55º 0.09% 0.96% -
XYZ 79.83 78.42 97.32 -
YUV 231.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 243 223 245 0.01 0.09 0 0.04 294.55 0.52 0.92
Hex F3 DF F5 1 9 0 4 127 34 5C
Octal 363 337 365 1 11 0 4 447 64 134
Binary 11110011 11011111 11110101 1 1001 0 100 100100111 110100 1011100

Color Harmonies of #F3DFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DFF5

Black with #F3DFF5

Text Example


Text Example

White with #F3DFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DFF5; }

 p { color: rgb(243,223,245); }

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

background-color css

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

 a { background-color: rgb(243,223,245); }

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

border-color css

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

 span { border-color: rgb(243,223,245); }

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