Html Css Color HEX #FAFFE5 Twilight Blue

📋 copy color: '#FAFFE5'

red 250 ◦ green 255 ◦ blue 229

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

Shades of Twilight Blue #FAFFE5

Tints of Twilight Blue #FAFFE5

RGB

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

 GREEN value IS 255 (100% from 255) = 34.74%

 BLUE value IS 229 (89.84% from 255) = 31.2%

R = 34.06%
G = 34.74%
B = 31.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FAFFE5 (or 0xFAFFE5) is known color: Twilight Blue. HEX triplet: FA, FF and E5. RGB value is (250,255,229). Sum of RGB (Red+Green+Blue) = 250+255+229=734 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.06% from 734); Green value is 255 (100% from 255 or 34.74% from 734); Blue value is 229 (89.84% from 255 or 31.20% from 734); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFE5 is #05001A. Grayscale: #FAFAFA. Windows color (decimal): -327707 or 15073274. OLE color: 15073274.

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

Color convert

RGB 250 255 229 -
CMYK 0.02 0 0.10 0
HSL 71.54º 1% 0.95% -
HSV(B) 71.54º 0.1% 1% -
XYZ 89.33 97.5 88.24 -
YUV 250.54 115.84 127.61 -
System Red Green Blue C M Y K H S L
Decimal 250 255 229 0.02 0 0.10 0 71.54 1 0.95
Hex FA FF E5 2 0 A 0 48 64 5F
Octal 372 377 345 2 0 12 0 110 144 137
Binary 11111010 11111111 11100101 10 0 1010 0 1001000 1100100 1011111

Color Harmonies of #FAFFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFFE5

Black with #FAFFE5

Text Example


Text Example

White with #FAFFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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