Html Css Color HEX #F5F8CB Carla

📋 copy color: '#F5F8CB'

red 245 ◦ green 248 ◦ blue 203

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

Shades of Carla #F5F8CB

Tints of Carla #F5F8CB

RGB

 RED value IS 245 (96.09% from 255) = 35.2%

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

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

R = 35.2%
G = 35.63%
B = 29.17%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F5F8CB (or 0xF5F8CB) is known color: Carla. HEX triplet: F5, F8 and CB. RGB value is (245,248,203). Sum of RGB (Red+Green+Blue) = 245+248+203=696 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.20% from 696); Green value is 248 (97.27% from 255 or 35.63% from 696); Blue value is 203 (79.69% from 255 or 29.17% from 696); Max value from RGB is 248 - color contains mainly: green. Hex color #F5F8CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F8CB is #0A0734. Grayscale: #F2F2F2. Windows color (decimal): -657205 or 13367541. OLE color: 13367541.

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

Color convert

RGB 245 248 203 -
CMYK 0.01 0 0.18 0.03
HSL 64º 0.76% 0.88% -
HSV(B) 64º 0.18% 0.97% -
XYZ 82 90.86 69.72 -
YUV 241.97 106.01 130.16 -
System Red Green Blue C M Y K H S L
Decimal 245 248 203 0.01 0 0.18 0.03 64 0.76 0.88
Hex F5 F8 CB 1 0 12 3 40 4C 58
Octal 365 370 313 1 0 22 3 100 114 130
Binary 11110101 11111000 11001011 1 0 10010 11 1000000 1001100 1011000

Color Harmonies of #F5F8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F8CB

Black with #F5F8CB

Text Example


Text Example

White with #F5F8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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