Html Css Color HEX #F2F8CB Carla

📋 copy color: '#F2F8CB'

red 242 ◦ green 248 ◦ blue 203

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

Shades of Carla #F2F8CB

Tints of Carla #F2F8CB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 35.79%

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

R = 34.92%
G = 35.79%
B = 29.29%

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

#F2F8CB (or 0xF2F8CB) is known color: Carla. HEX triplet: F2, F8 and CB. RGB value is (242,248,203). Sum of RGB (Red+Green+Blue) = 242+248+203=693 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.92% from 693); Green value is 248 (97.27% from 255 or 35.79% from 693); Blue value is 203 (79.69% from 255 or 29.29% from 693); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F8CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F8CB is #0D0734. Grayscale: #F1F1F1. Windows color (decimal): -853813 or 13367538. OLE color: 13367538.

HSL color Cylindrical-coordinate representation of color #F2F8CB: hue angle of 68º degrees, saturation: 0.76, 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 #F2F8CB is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 242 248 203 -
CMYK 0.02 0 0.18 0.03
HSL 68º 0.76% 0.88% -
HSV(B) 68º 0.18% 0.97% -
XYZ 80.96 90.32 69.67 -
YUV 241.08 106.51 128.66 -
System Red Green Blue C M Y K H S L
Decimal 242 248 203 0.02 0 0.18 0.03 68 0.76 0.88
Hex F2 F8 CB 2 0 12 3 44 4C 58
Octal 362 370 313 2 0 22 3 104 114 130
Binary 11110010 11111000 11001011 10 0 10010 11 1000100 1001100 1011000

Color Harmonies of #F2F8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F8CB

Black with #F2F8CB

Text Example


Text Example

White with #F2F8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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