#FFCADD

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

Shades of Classic Rose #FFCADD

Tints of Classic Rose #FFCADD

Color information

#FFCADD (or 0xFFCADD) is unknown color: approx Classic Rose. HEX triplet: FF, CA and DD. RGB value is (255,202,221). Sum of RGB (Red+Green+Blue) = 255+202+221=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 202 (79.30% from 255 or 29.79% from 678); Blue value is 221 (86.72% from 255 or 32.60% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCADD is #003522. Grayscale: #DBDBDB. Windows color (decimal): -13603 or 14535423. OLE color: 14535423.

HSL color Cylindrical-coordinate representation of color #FFCADD: hue angle of 338.49º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFCADD is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB255202221-
CMYK00.210.130
HSL338.49º100%89.61%-
HSV(B)338.49º20.78%100%-
XYZ75.4168.7277.7-
YUV220.01128.56152.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.61%
GREEN value IS 202 (79.30% from 255) = 29.79%
BLUE value IS 221 (86.72% from 255) = 32.60%
R=37.61%
G=29.79%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520222100.210.130338.4910089.61
HexFFCADD015D0152645a
Octal377312335025150522144132
Binary1111111111001010110111010101011101010101001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCADD; }

 p { color: rgb(255,202,221); }

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

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

 a { background-color: rgb(255,202,221); }

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

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

 span { border-color: rgb(255,202,221); }

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