#F8FDD3

Color #F8FDD3 Carla (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carla #F8FDD3

Tints of Carla #F8FDD3

Color information

#F8FDD3 (or 0xF8FDD3) is unknown color: approx Carla. HEX triplet: F8, FD and D3. RGB value is (248,253,211). Sum of RGB (Red+Green+Blue) = 248+253+211=712 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.83% from 712); Green value is 253 (99.22% from 255 or 35.53% from 712); Blue value is 211 (82.81% from 255 or 29.63% from 712); Max value from RGB is 253 - color contains mainly: green. Hex color #F8FDD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FDD3 is #07022C. Grayscale: #F6F6F6. Windows color (decimal): -459309 or 13893112. OLE color: 13893112.

HSL color Cylindrical-coordinate representation of color #F8FDD3: hue angle of 67.14º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8FDD3 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB248253211-
CMYK0.0200.170.01
HSL67.14º91.3%90.98%-
HSV(B)67.14º16.6%99.22%-
XYZ85.5994.9175.44-
YUV246.72107.84128.92-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.83%
GREEN value IS 253 (99.22% from 255) = 35.53%
BLUE value IS 211 (82.81% from 255) = 29.63%
R=34.83%
G=35.53%
B=29.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2482532110.0200.170.0167.1491.390.98
HexF8FDD320111435b5b
Octal37037532320211103133133
Binary111110001111110111010011100100011100001110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FDD3; }

 p { color: rgb(248,253,211); }

 H1.HeaderClassName
 {
   color: #F8FDD3;
 }
 .AnyTagClassName
 {
   color: #F8FDD3;
 }
</style>
background-color css

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

 a { background-color: rgb(248,253,211); }

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

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

 span { border-color: rgb(248,253,211); }

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