#F4CFD3

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

Shades of Pale Rose #F4CFD3

Tints of Pale Rose #F4CFD3

Color information

#F4CFD3 (or 0xF4CFD3) is unknown color: approx Pale Rose. HEX triplet: F4, CF and D3. RGB value is (244,207,211). Sum of RGB (Red+Green+Blue) = 244+207+211=662 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.86% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 211 (82.81% from 255 or 31.87% from 662); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CFD3 is #0B302C. Grayscale: #DADADA. Windows color (decimal): -733229 or 13881332. OLE color: 13881332.

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

Color convert

RGB244207211-
CMYK00.150.140.04
HSL353.51º62.71%88.43%-
HSV(B)353.51º15.16%95.69%-
XYZ71.3868.5671.1-
YUV218.52123.76146.17-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.86%
GREEN value IS 207 (81.25% from 255) = 31.27%
BLUE value IS 211 (82.81% from 255) = 31.87%
R=36.86%
G=31.27%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420721100.150.140.04353.5162.7188.43
HexF4CFD30FE41623f58
Octal36431732301716454277130
Binary1111010011001111110100110111111101001011000101111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CFD3; }

 p { color: rgb(244,207,211); }

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

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

 a { background-color: rgb(244,207,211); }

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

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

 span { border-color: rgb(244,207,211); }

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