Html Css Color HEX #F5F9D4 Carla

📋 copy color: '#F5F9D4'

red 245 ◦ green 249 ◦ blue 212

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

Shades of Carla #F5F9D4

Tints of Carla #F5F9D4

RGB

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

 GREEN value IS 249 (97.66% from 255) = 35.27%

 BLUE value IS 212 (83.2% from 255) = 30.03%

R = 34.7%
G = 35.27%
B = 30.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F5F9D4 (or 0xF5F9D4) is known color: Carla. HEX triplet: F5, F9 and D4. RGB value is (245,249,212). Sum of RGB (Red+Green+Blue) = 245+249+212=706 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.70% from 706); Green value is 249 (97.66% from 255 or 35.27% from 706); Blue value is 212 (83.20% from 255 or 30.03% from 706); Max value from RGB is 249 - color contains mainly: green. Hex color #F5F9D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F9D4 is #0A062B. Grayscale: #F3F3F3. Windows color (decimal): -656940 or 13957621. OLE color: 13957621.

HSL color Cylindrical-coordinate representation of color #F5F9D4: hue angle of 66.49º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F5F9D4 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 249 212 -
CMYK 0.02 0 0.15 0.02
HSL 66.49º 0.76% 0.9% -
HSV(B) 66.49º 0.15% 0.98% -
XYZ 83.42 91.92 75.63 -
YUV 243.59 110.17 129.01 -
System Red Green Blue C M Y K H S L
Decimal 245 249 212 0.02 0 0.15 0.02 66.49 0.76 0.9
Hex F5 F9 D4 2 0 F 2 42 4C 5A
Octal 365 371 324 2 0 17 2 102 114 132
Binary 11110101 11111001 11010100 10 0 1111 10 1000010 1001100 1011010

Color Harmonies of #F5F9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F9D4

Black with #F5F9D4

Text Example


Text Example

White with #F5F9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F9D4; }

 p { color: rgb(245,249,212); }

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

background-color css

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

 a { background-color: rgb(245,249,212); }

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

border-color css

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

 span { border-color: rgb(245,249,212); }

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