Html Css Color HEX #F2DAF7 Selago

📋 copy color: '#F2DAF7'

red 242 ◦ green 218 ◦ blue 247

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

Shades of Selago #F2DAF7

Tints of Selago #F2DAF7

RGB

 RED value IS 242 (94.92% from 255) = 34.23%

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

 BLUE value IS 247 (96.88% from 255) = 34.94%

R = 34.23%
G = 30.83%
B = 34.94%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F2DAF7 (or 0xF2DAF7) is known color: Selago. HEX triplet: F2, DA and F7. RGB value is (242,218,247). Sum of RGB (Red+Green+Blue) = 242+218+247=707 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.23% from 707); Green value is 218 (85.55% from 255 or 30.83% from 707); Blue value is 247 (96.88% from 255 or 34.94% from 707); Max value from RGB is 247 - color contains mainly: blue. Hex color #F2DAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DAF7 is #0D2508. Grayscale: #E4E4E4. Windows color (decimal): -861449 or 16243442. OLE color: 16243442.

HSL color Cylindrical-coordinate representation of color #F2DAF7: hue angle of 289.66º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2DAF7 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 242 218 247 -
CMYK 0.02 0.12 0 0.03
HSL 289.66º 0.64% 0.91% -
HSV(B) 289.66º 0.12% 0.97% -
XYZ 78.48 75.74 98.48 -
YUV 228.48 138.45 137.64 -
System Red Green Blue C M Y K H S L
Decimal 242 218 247 0.02 0.12 0 0.03 289.66 0.64 0.91
Hex F2 DA F7 2 C 0 3 122 40 5B
Octal 362 332 367 2 14 0 3 442 100 133
Binary 11110010 11011010 11110111 10 1100 0 11 100100010 1000000 1011011

Color Harmonies of #F2DAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DAF7

Black with #F2DAF7

Text Example


Text Example

White with #F2DAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DAF7; }

 p { color: rgb(242,218,247); }

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

background-color css

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

 a { background-color: rgb(242,218,247); }

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

border-color css

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

 span { border-color: rgb(242,218,247); }

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