#F4CDDB

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

Shades of Classic Rose #F4CDDB

Tints of Classic Rose #F4CDDB

Color information

#F4CDDB (or 0xF4CDDB) is unknown color: approx Classic Rose. HEX triplet: F4, CD and DB. RGB value is (244,205,219). Sum of RGB (Red+Green+Blue) = 244+205+219=668 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.53% from 668); Green value is 205 (80.47% from 255 or 30.69% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CDDB is #0B3224. Grayscale: #DADADA. Windows color (decimal): -733733 or 14405108. OLE color: 14405108.

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

Color convert

RGB244205219-
CMYK00.160.100.04
HSL338.46º63.93%88.04%-
HSV(B)338.46º15.98%95.69%-
XYZ71.9368.0176.35-
YUV218.26128.42146.36-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.53%
GREEN value IS 205 (80.47% from 255) = 30.69%
BLUE value IS 219 (85.94% from 255) = 32.78%
R=36.53%
G=30.69%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420521900.160.100.04338.4663.9388.04
HexF4CDDB010A41524058
Octal364315333020124522100130
Binary111101001100110111011011010000101010010101001010000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CDDB; }

 p { color: rgb(244,205,219); }

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

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

 a { background-color: rgb(244,205,219); }

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

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

 span { border-color: rgb(244,205,219); }

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