Html Css Color HEX #F2FCC9 Carla

📋 copy color: '#F2FCC9'

red 242 ◦ green 252 ◦ blue 201

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

Shades of Carla #F2FCC9

Tints of Carla #F2FCC9

RGB

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

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

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

R = 34.82%
G = 36.26%
B = 28.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#F2FCC9 (or 0xF2FCC9) is known color: Carla. HEX triplet: F2, FC and C9. RGB value is (242,252,201). Sum of RGB (Red+Green+Blue) = 242+252+201=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 252 (98.83% from 255 or 36.26% from 695); Blue value is 201 (78.91% from 255 or 28.92% from 695); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCC9 is #0D0336. Grayscale: #F3F3F3. Windows color (decimal): -852791 or 13237490. OLE color: 13237490.

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

Color convert

RGB 242 252 201 -
CMYK 0.04 0 0.20 0.01
HSL 71.76º 0.89% 0.89% -
HSV(B) 71.76º 0.2% 0.99% -
XYZ 81.97 92.72 68.83 -
YUV 243.2 104.19 127.15 -
System Red Green Blue C M Y K H S L
Decimal 242 252 201 0.04 0 0.20 0.01 71.76 0.89 0.89
Hex F2 FC C9 4 0 14 1 48 59 59
Octal 362 374 311 4 0 24 1 110 131 131
Binary 11110010 11111100 11001001 100 0 10100 1 1001000 1011001 1011001

Color Harmonies of #F2FCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FCC9

Black with #F2FCC9

Text Example


Text Example

White with #F2FCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FCC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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