Html Css Color HEX #F2FACA Carla

📋 copy color: '#F2FACA'

red 242 ◦ green 250 ◦ blue 202

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

Shades of Carla #F2FACA

Tints of Carla #F2FACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 29.11%

R = 34.87%
G = 36.02%
B = 29.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F2FACA (or 0xF2FACA) is known color: Carla. HEX triplet: F2, FA and CA. RGB value is (242,250,202). Sum of RGB (Red+Green+Blue) = 242+250+202=694 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.87% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 202 (79.30% from 255 or 29.11% from 694); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FACA is #0D0535. Grayscale: #F2F2F2. Windows color (decimal): -853302 or 13302514. OLE color: 13302514.

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

Color convert

RGB 242 250 202 -
CMYK 0.03 0 0.19 0.02
HSL 70º 0.83% 0.89% -
HSV(B) 70º 0.19% 0.98% -
XYZ 81.46 91.51 69.25 -
YUV 242.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 242 250 202 0.03 0 0.19 0.02 70 0.83 0.89
Hex F2 FA CA 3 0 13 2 46 53 59
Octal 362 372 312 3 0 23 2 106 123 131
Binary 11110010 11111010 11001010 11 0 10011 10 1000110 1010011 1011001

Color Harmonies of #F2FACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FACA

Black with #F2FACA

Text Example


Text Example

White with #F2FACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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