Html Css Color HEX #F2FAC5 Carla

📋 copy color: '#F2FAC5'

red 242 ◦ green 250 ◦ blue 197

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

Shades of Carla #F2FAC5

Tints of Carla #F2FAC5

RGB

 RED value IS 242 (94.92% from 255) = 35.12%

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

 BLUE value IS 197 (77.34% from 255) = 28.59%

R = 35.12%
G = 36.28%
B = 28.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#F2FAC5 (or 0xF2FAC5) is known color: Carla. HEX triplet: F2, FA and C5. RGB value is (242,250,197). Sum of RGB (Red+Green+Blue) = 242+250+197=689 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.12% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 197 (77.34% from 255 or 28.59% from 689); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FAC5 is #0D053A. Grayscale: #F1F1F1. Windows color (decimal): -853307 or 12974834. OLE color: 12974834.

HSL color Cylindrical-coordinate representation of color #F2FAC5: hue angle of 69.06º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2FAC5 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 250 197 -
CMYK 0.03 0 0.21 0.02
HSL 69.06º 0.84% 0.88% -
HSV(B) 69.06º 0.21% 0.98% -
XYZ 80.88 91.28 66.18 -
YUV 241.57 102.85 128.31 -
System Red Green Blue C M Y K H S L
Decimal 242 250 197 0.03 0 0.21 0.02 69.06 0.84 0.88
Hex F2 FA C5 3 0 15 2 45 54 58
Octal 362 372 305 3 0 25 2 105 124 130
Binary 11110010 11111010 11000101 11 0 10101 10 1000101 1010100 1011000

Color Harmonies of #F2FAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FAC5

Black with #F2FAC5

Text Example


Text Example

White with #F2FAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FAC5; }

 p { color: rgb(242,250,197); }

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

background-color css

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

 a { background-color: rgb(242,250,197); }

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

border-color css

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

 span { border-color: rgb(242,250,197); }

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