Html Css Color HEX #F2F7CB Carla

📋 copy color: '#F2F7CB'

red 242 ◦ green 247 ◦ blue 203

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

Shades of Carla #F2F7CB

Tints of Carla #F2F7CB

RGB

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

 GREEN value IS 247 (96.88% from 255) = 35.69%

 BLUE value IS 203 (79.69% from 255) = 29.34%

R = 34.97%
G = 35.69%
B = 29.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F2F7CB (or 0xF2F7CB) is known color: Carla. HEX triplet: F2, F7 and CB. RGB value is (242,247,203). Sum of RGB (Red+Green+Blue) = 242+247+203=692 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.97% from 692); Green value is 247 (96.88% from 255 or 35.69% from 692); Blue value is 203 (79.69% from 255 or 29.34% from 692); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F7CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F7CB is #0D0834. Grayscale: #F0F0F0. Windows color (decimal): -854069 or 13367282. OLE color: 13367282.

HSL color Cylindrical-coordinate representation of color #F2F7CB: hue angle of 66.82º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2F7CB is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 242 247 203 -
CMYK 0.02 0 0.18 0.03
HSL 66.82º 0.73% 0.88% -
HSV(B) 66.82º 0.18% 0.97% -
XYZ 80.66 89.71 69.56 -
YUV 240.49 106.84 129.08 -
System Red Green Blue C M Y K H S L
Decimal 242 247 203 0.02 0 0.18 0.03 66.82 0.73 0.88
Hex F2 F7 CB 2 0 12 3 43 49 58
Octal 362 367 313 2 0 22 3 103 111 130
Binary 11110010 11110111 11001011 10 0 10010 11 1000011 1001001 1011000

Color Harmonies of #F2F7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F7CB

Black with #F2F7CB

Text Example


Text Example

White with #F2F7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F7CB; }

 p { color: rgb(242,247,203); }

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

background-color css

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

 a { background-color: rgb(242,247,203); }

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

border-color css

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

 span { border-color: rgb(242,247,203); }

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