#FAFDC1

Color #FAFDC1 Cumulus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cumulus #FAFDC1

Tints of Cumulus #FAFDC1

Color information

#FAFDC1 (or 0xFAFDC1) is unknown color: approx Cumulus. HEX triplet: FA, FD and C1. RGB value is (250,253,193). Sum of RGB (Red+Green+Blue) = 250+253+193=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 253 (99.22% from 255 or 36.35% from 696); Blue value is 193 (75.78% from 255 or 27.73% from 696); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDC1 is #05023E. Grayscale: #F5F5F5. Windows color (decimal): -328255 or 12713466. OLE color: 12713466.

HSL color Cylindrical-coordinate representation of color #FAFDC1: hue angle of 63º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAFDC1 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB250253193-
CMYK0.0100.240.01
HSL63º93.75%87.45%-
HSV(B)63º23.72%99.22%-
XYZ84.1894.4264.24-
YUV245.2698.51131.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.92%
GREEN value IS 253 (99.22% from 255) = 36.35%
BLUE value IS 193 (75.78% from 255) = 27.73%
R=35.92%
G=36.35%
B=27.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502531930.0100.240.016393.7587.45
HexFAFDC1101813f5e57
Octal3723753011030177136127
Binary1111101011111101110000011011000111111110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFDC1; }

 p { color: rgb(250,253,193); }

 H1.HeaderClassName
 {
   color: #FAFDC1;
 }
 .AnyTagClassName
 {
   color: #FAFDC1;
 }
</style>
background-color css

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

 a { background-color: rgb(250,253,193); }

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

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

 span { border-color: rgb(250,253,193); }

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