Html Css Color HEX #F8FAC1 Cumulus

📋 copy color: '#F8FAC1'

red 248 ◦ green 250 ◦ blue 193

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

Shades of Cumulus #F8FAC1

Tints of Cumulus #F8FAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 27.93%

R = 35.89%
G = 36.18%
B = 27.93%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F8FAC1 (or 0xF8FAC1) is known color: Cumulus. HEX triplet: F8, FA and C1. RGB value is (248,250,193). Sum of RGB (Red+Green+Blue) = 248+250+193=691 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.89% from 691); Green value is 250 (98.05% from 255 or 36.18% from 691); Blue value is 193 (75.78% from 255 or 27.93% from 691); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FAC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FAC1 is #07053E. Grayscale: #F3F3F3. Windows color (decimal): -460095 or 12712696. OLE color: 12712696.

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

Color convert

RGB 248 250 193 -
CMYK 0.01 0 0.23 0.02
HSL 62.11º 0.85% 0.87% -
HSV(B) 62.11º 0.23% 0.98% -
XYZ 82.52 92.18 63.89 -
YUV 242.9 99.84 131.63 -
System Red Green Blue C M Y K H S L
Decimal 248 250 193 0.01 0 0.23 0.02 62.11 0.85 0.87
Hex F8 FA C1 1 0 17 2 3E 55 57
Octal 370 372 301 1 0 27 2 76 125 127
Binary 11111000 11111010 11000001 1 0 10111 10 111110 1010101 1010111

Color Harmonies of #F8FAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FAC1

Black with #F8FAC1

Text Example


Text Example

White with #F8FAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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