Html Css Color HEX #F2FCC2 Carla

📋 copy color: '#F2FCC2'

red 242 ◦ green 252 ◦ blue 194

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

Shades of Carla #F2FCC2

Tints of Carla #F2FCC2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 36.63%

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

R = 35.17%
G = 36.63%
B = 28.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#F2FCC2 (or 0xF2FCC2) is known color: Carla. HEX triplet: F2, FC and C2. RGB value is (242,252,194). Sum of RGB (Red+Green+Blue) = 242+252+194=688 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.17% from 688); Green value is 252 (98.83% from 255 or 36.63% from 688); Blue value is 194 (76.17% from 255 or 28.20% from 688); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCC2 is #0D033D. Grayscale: #F2F2F2. Windows color (decimal): -852798 or 12778738. OLE color: 12778738.

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

Color convert

RGB 242 252 194 -
CMYK 0.04 0 0.23 0.01
HSL 70.34º 0.91% 0.87% -
HSV(B) 70.34º 0.23% 0.99% -
XYZ 81.17 92.39 64.59 -
YUV 242.4 100.69 127.72 -
System Red Green Blue C M Y K H S L
Decimal 242 252 194 0.04 0 0.23 0.01 70.34 0.91 0.87
Hex F2 FC C2 4 0 17 1 46 5B 57
Octal 362 374 302 4 0 27 1 106 133 127
Binary 11110010 11111100 11000010 100 0 10111 1 1000110 1011011 1010111

Color Harmonies of #F2FCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FCC2

Black with #F2FCC2

Text Example


Text Example

White with #F2FCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FCC2; }

 p { color: rgb(242,252,194); }

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

background-color css

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

 a { background-color: rgb(242,252,194); }

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

border-color css

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

 span { border-color: rgb(242,252,194); }

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