Html Css Color HEX #F2F6CE Carla

📋 copy color: '#F2F6CE'

red 242 ◦ green 246 ◦ blue 206

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

Shades of Carla #F2F6CE

Tints of Carla #F2F6CE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 35.45%

 BLUE value IS 206 (80.86% from 255) = 29.68%

R = 34.87%
G = 35.45%
B = 29.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F2F6CE (or 0xF2F6CE) is known color: Carla. HEX triplet: F2, F6 and CE. RGB value is (242,246,206). Sum of RGB (Red+Green+Blue) = 242+246+206=694 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.87% from 694); Green value is 246 (96.48% from 255 or 35.45% from 694); Blue value is 206 (80.86% from 255 or 29.68% from 694); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F6CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F6CE is #0D0931. Grayscale: #F0F0F0. Windows color (decimal): -854322 or 13563634. OLE color: 13563634.

HSL color Cylindrical-coordinate representation of color #F2F6CE: hue angle of 66º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2F6CE is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 246 206 -
CMYK 0.02 0 0.16 0.04
HSL 66º 0.69% 0.89% -
HSV(B) 66º 0.16% 0.96% -
XYZ 80.71 89.25 71.36 -
YUV 240.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 242 246 206 0.02 0 0.16 0.04 66 0.69 0.89
Hex F2 F6 CE 2 0 10 4 42 45 59
Octal 362 366 316 2 0 20 4 102 105 131
Binary 11110010 11110110 11001110 10 0 10000 100 1000010 1000101 1011001

Color Harmonies of #F2F6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F6CE

Black with #F2F6CE

Text Example


Text Example

White with #F2F6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F6CE; }

 p { color: rgb(242,246,206); }

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

background-color css

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

 a { background-color: rgb(242,246,206); }

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

border-color css

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

 span { border-color: rgb(242,246,206); }

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