Html Css Color HEX #F8FAC2 Cumulus

📋 copy color: '#F8FAC2'

red 248 ◦ green 250 ◦ blue 194

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

Shades of Cumulus #F8FAC2

Tints of Cumulus #F8FAC2

RGB

 RED value IS 248 (97.27% from 255) = 35.84%

 GREEN value IS 250 (98.05% from 255) = 36.13%

 BLUE value IS 194 (76.17% from 255) = 28.03%

R = 35.84%
G = 36.13%
B = 28.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F8FAC2 (or 0xF8FAC2) is known color: Cumulus. HEX triplet: F8, FA and C2. RGB value is (248,250,194). Sum of RGB (Red+Green+Blue) = 248+250+194=692 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.84% from 692); Green value is 250 (98.05% from 255 or 36.13% from 692); Blue value is 194 (76.17% from 255 or 28.03% from 692); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FAC2 is #07053D. Grayscale: #F3F3F3. Windows color (decimal): -460094 or 12778232. OLE color: 12778232.

HSL color Cylindrical-coordinate representation of color #F8FAC2: hue angle of 62.14º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F8FAC2 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 250 194 -
CMYK 0.01 0 0.22 0.02
HSL 62.14º 0.85% 0.87% -
HSV(B) 62.14º 0.22% 0.98% -
XYZ 82.63 92.22 64.48 -
YUV 243.02 100.34 131.55 -
System Red Green Blue C M Y K H S L
Decimal 248 250 194 0.01 0 0.22 0.02 62.14 0.85 0.87
Hex F8 FA C2 1 0 16 2 3E 55 57
Octal 370 372 302 1 0 26 2 76 125 127
Binary 11111000 11111010 11000010 1 0 10110 10 111110 1010101 1010111

Color Harmonies of #F8FAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FAC2

Black with #F8FAC2

Text Example


Text Example

White with #F8FAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FAC2; }

 p { color: rgb(248,250,194); }

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

background-color css

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

 a { background-color: rgb(248,250,194); }

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

border-color css

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

 span { border-color: rgb(248,250,194); }

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