Html Css Color HEX #FAD2FF Selago

📋 copy color: '#FAD2FF'

red 250 ◦ green 210 ◦ blue 255

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

Shades of Selago #FAD2FF

Tints of Selago #FAD2FF

RGB

 RED value IS 250 (98.05% from 255) = 34.97%

 GREEN value IS 210 (82.42% from 255) = 29.37%

 BLUE value IS 255 (100% from 255) = 35.66%

R = 34.97%
G = 29.37%
B = 35.66%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FAD2FF (or 0xFAD2FF) is known color: Selago. HEX triplet: FA, D2 and FF. RGB value is (250,210,255). Sum of RGB (Red+Green+Blue) = 250+210+255=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 210 (82.42% from 255 or 29.37% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAD2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD2FF is #052D00. Grayscale: #E2E2E2. Windows color (decimal): -339201 or 16765690. OLE color: 16765690.

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

Color convert

RGB 250 210 255 -
CMYK 0.02 0.18 0 0
HSL 293.33º 1% 0.91% -
HSV(B) 293.33º 0.18% 1% -
XYZ 80.52 73.64 104.58 -
YUV 227.09 143.75 144.34 -
System Red Green Blue C M Y K H S L
Decimal 250 210 255 0.02 0.18 0 0 293.33 1 0.91
Hex FA D2 FF 2 12 0 0 125 64 5B
Octal 372 322 377 2 22 0 0 445 144 133
Binary 11111010 11010010 11111111 10 10010 0 0 100100101 1100100 1011011

Color Harmonies of #FAD2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD2FF

Black with #FAD2FF

Text Example


Text Example

White with #FAD2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD2FF; }

 p { color: rgb(250,210,255); }

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

background-color css

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

 a { background-color: rgb(250,210,255); }

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

border-color css

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

 span { border-color: rgb(250,210,255); }

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