Html Css Color HEX #F2FAC6 Carla

📋 copy color: '#F2FAC6'

red 242 ◦ green 250 ◦ blue 198

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

Shades of Carla #F2FAC6

Tints of Carla #F2FAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 28.7%

R = 35.07%
G = 36.23%
B = 28.7%

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

#F2FAC6 (or 0xF2FAC6) is known color: Carla. HEX triplet: F2, FA and C6. RGB value is (242,250,198). Sum of RGB (Red+Green+Blue) = 242+250+198=690 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.07% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 198 (77.73% from 255 or 28.70% from 690); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FAC6 is #0D0539. Grayscale: #F1F1F1. Windows color (decimal): -853306 or 13040370. OLE color: 13040370.

HSL color Cylindrical-coordinate representation of color #F2FAC6: hue angle of 69.23º 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 #F2FAC6 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 250 198 -
CMYK 0.03 0 0.21 0.02
HSL 69.23º 0.84% 0.88% -
HSV(B) 69.23º 0.21% 0.98% -
XYZ 81 91.33 66.78 -
YUV 241.68 103.35 128.23 -
System Red Green Blue C M Y K H S L
Decimal 242 250 198 0.03 0 0.21 0.02 69.23 0.84 0.88
Hex F2 FA C6 3 0 15 2 45 54 58
Octal 362 372 306 3 0 25 2 105 124 130
Binary 11110010 11111010 11000110 11 0 10101 10 1000101 1010100 1011000

Color Harmonies of #F2FAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FAC6

Black with #F2FAC6

Text Example


Text Example

White with #F2FAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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