Html Css Color HEX #F2FCCA Carla

📋 copy color: '#F2FCCA'

red 242 ◦ green 252 ◦ blue 202

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

Shades of Carla #F2FCCA

Tints of Carla #F2FCCA

RGB

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

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

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

R = 34.77%
G = 36.21%
B = 29.02%

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

#F2FCCA (or 0xF2FCCA) is known color: Carla. HEX triplet: F2, FC and CA. RGB value is (242,252,202). Sum of RGB (Red+Green+Blue) = 242+252+202=696 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.77% from 696); Green value is 252 (98.83% from 255 or 36.21% from 696); Blue value is 202 (79.30% from 255 or 29.02% from 696); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCCA is #0D0335. Grayscale: #F3F3F3. Windows color (decimal): -852790 or 13303026. OLE color: 13303026.

HSL color Cylindrical-coordinate representation of color #F2FCCA: hue angle of 72º 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 #F2FCCA is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 252 202 -
CMYK 0.04 0 0.20 0.01
HSL 72º 0.89% 0.89% -
HSV(B) 72º 0.2% 0.99% -
XYZ 82.09 92.76 69.46 -
YUV 243.31 104.69 127.07 -
System Red Green Blue C M Y K H S L
Decimal 242 252 202 0.04 0 0.20 0.01 72 0.89 0.89
Hex F2 FC CA 4 0 14 1 48 59 59
Octal 362 374 312 4 0 24 1 110 131 131
Binary 11110010 11111100 11001010 100 0 10100 1 1001000 1011001 1011001

Color Harmonies of #F2FCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FCCA

Black with #F2FCCA

Text Example


Text Example

White with #F2FCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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