#F4BED1

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

Shades of Cotton Candy #F4BED1

Tints of Cotton Candy #F4BED1

Color information

#F4BED1 (or 0xF4BED1) is unknown color: approx Cotton Candy. HEX triplet: F4, BE and D1. RGB value is (244,190,209). Sum of RGB (Red+Green+Blue) = 244+190+209=643 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.95% from 643); Green value is 190 (74.61% from 255 or 29.55% from 643); Blue value is 209 (82.03% from 255 or 32.50% from 643); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BED1 is #0B412E. Grayscale: #D0D0D0. Windows color (decimal): -737583 or 13745908. OLE color: 13745908.

HSL color Cylindrical-coordinate representation of color #F4BED1: hue angle of 338.89º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F4BED1 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB244190209-
CMYK00.220.140.04
HSL338.89º71.05%85.1%-
HSV(B)338.89º22.13%95.69%-
XYZ67.2360.6668.49-
YUV208.31128.39153.46-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.95%
GREEN value IS 190 (74.61% from 255) = 29.55%
BLUE value IS 209 (82.03% from 255) = 32.50%
R=37.95%
G=29.55%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419020900.220.140.04338.8971.0585.1
HexF4BED1016E41534755
Octal364276321026164523107125
Binary111101001011111011010001010110111010010101001110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BED1; }

 p { color: rgb(244,190,209); }

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

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

 a { background-color: rgb(244,190,209); }

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

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

 span { border-color: rgb(244,190,209); }

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