Html Css Color HEX #FAD4FE Selago

📋 copy color: '#FAD4FE'

red 250 ◦ green 212 ◦ blue 254

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

Shades of Selago #FAD4FE

Tints of Selago #FAD4FE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 29.61%

 BLUE value IS 254 (99.61% from 255) = 35.47%

R = 34.92%
G = 29.61%
B = 35.47%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FAD4FE (or 0xFAD4FE) is known color: Selago. HEX triplet: FA, D4 and FE. RGB value is (250,212,254). Sum of RGB (Red+Green+Blue) = 250+212+254=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 212 (83.20% from 255 or 29.61% from 716); Blue value is 254 (99.61% from 255 or 35.47% from 716); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAD4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD4FE is #052B01. Grayscale: #E4E4E4. Windows color (decimal): -338690 or 16700666. OLE color: 16700666.

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

Color convert

RGB 250 212 254 -
CMYK 0.02 0.17 0 0.00
HSL 294.29º 0.95% 0.91% -
HSV(B) 294.29º 0.17% 1% -
XYZ 80.86 74.57 103.9 -
YUV 228.15 142.59 143.58 -
System Red Green Blue C M Y K H S L
Decimal 250 212 254 0.02 0.17 0 0.00 294.29 0.95 0.91
Hex FA D4 FE 2 11 0 0 126 5F 5B
Octal 372 324 376 2 21 0 0 446 137 133
Binary 11111010 11010100 11111110 10 10001 0 0 100100110 1011111 1011011

Color Harmonies of #FAD4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD4FE

Black with #FAD4FE

Text Example


Text Example

White with #FAD4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD4FE; }

 p { color: rgb(250,212,254); }

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

background-color css

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

 a { background-color: rgb(250,212,254); }

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

border-color css

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

 span { border-color: rgb(250,212,254); }

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