#F2CFD3

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

Shades of Pale Rose #F2CFD3

Tints of Pale Rose #F2CFD3

Color information

#F2CFD3 (or 0xF2CFD3) is unknown color: approx Pale Rose. HEX triplet: F2, CF and D3. RGB value is (242,207,211). Sum of RGB (Red+Green+Blue) = 242+207+211=660 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.67% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 211 (82.81% from 255 or 31.97% from 660); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFD3 is #0D302C. Grayscale: #D9D9D9. Windows color (decimal): -864301 or 13881330. OLE color: 13881330.

HSL color Cylindrical-coordinate representation of color #F2CFD3: hue angle of 353.14º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2CFD3 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB242207211-
CMYK00.140.130.05
HSL353.14º57.38%88.04%-
HSV(B)353.14º14.46%94.9%-
XYZ70.6968.2171.07-
YUV217.92124.1145.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.67%
GREEN value IS 207 (81.25% from 255) = 31.36%
BLUE value IS 211 (82.81% from 255) = 31.97%
R=36.67%
G=31.36%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220721100.140.130.05353.1457.3888.04
HexF2CFD30ED51613958
Octal36231732301615554171130
Binary1111001011001111110100110111011011011011000011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CFD3; }

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

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

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

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

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

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

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

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