Html Css Color HEX #F1FAC9 Carla

📋 copy color: '#F1FAC9'

red 241 ◦ green 250 ◦ blue 201

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

Shades of Carla #F1FAC9

Tints of Carla #F1FAC9

RGB

 RED value IS 241 (94.53% from 255) = 34.83%

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

 BLUE value IS 201 (78.91% from 255) = 29.05%

R = 34.83%
G = 36.13%
B = 29.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#F1FAC9 (or 0xF1FAC9) is known color: Carla. HEX triplet: F1, FA and C9. RGB value is (241,250,201). Sum of RGB (Red+Green+Blue) = 241+250+201=692 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.83% from 692); Green value is 250 (98.05% from 255 or 36.13% from 692); Blue value is 201 (78.91% from 255 or 29.05% from 692); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FAC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FAC9 is #0E0536. Grayscale: #F1F1F1. Windows color (decimal): -918839 or 13236977. OLE color: 13236977.

HSL color Cylindrical-coordinate representation of color #F1FAC9: hue angle of 71.02º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1FAC9 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 250 201 -
CMYK 0.04 0 0.20 0.02
HSL 71.02º 0.83% 0.88% -
HSV(B) 71.02º 0.2% 0.98% -
XYZ 81 91.29 68.61 -
YUV 241.72 105.02 127.48 -
System Red Green Blue C M Y K H S L
Decimal 241 250 201 0.04 0 0.20 0.02 71.02 0.83 0.88
Hex F1 FA C9 4 0 14 2 47 53 58
Octal 361 372 311 4 0 24 2 107 123 130
Binary 11110001 11111010 11001001 100 0 10100 10 1000111 1010011 1011000

Color Harmonies of #F1FAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FAC9

Black with #F1FAC9

Text Example


Text Example

White with #F1FAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FAC9; }

 p { color: rgb(241,250,201); }

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

background-color css

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

 a { background-color: rgb(241,250,201); }

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

border-color css

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

 span { border-color: rgb(241,250,201); }

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