Html Css Color HEX #FFCADD Classic Rose

📋 copy color: '#FFCADD'

red 255 ◦ green 202 ◦ blue 221

#FFCADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #FFCADD

Tints of Classic Rose #FFCADD

RGB

 RED value IS 255 (100% from 255) = 37.61%

 GREEN value IS 202 (79.3% from 255) = 29.79%

 BLUE value IS 221 (86.72% from 255) = 32.6%

R = 37.61%
G = 29.79%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FFCADD (or 0xFFCADD) is known color: 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

RGB 255 202 221 -
CMYK 0 0.21 0.13 0
HSL 338.49º 1% 0.9% -
HSV(B) 338.49º 0.21% 1% -
XYZ 75.41 68.72 77.7 -
YUV 220.01 128.56 152.96 -
System Red Green Blue C M Y K H S L
Decimal 255 202 221 0 0.21 0.13 0 338.49 1 0.9
Hex FF CA DD 0 15 D 0 152 64 5A
Octal 377 312 335 0 25 15 0 522 144 132
Binary 11111111 11001010 11011101 0 10101 1101 0 101010010 1100100 1011010

Color Harmonies of #FFCADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCADD

Black with #FFCADD

Text Example


Text Example

White with #FFCADD

Text Example


Text Example

HTML Codes & Css Web 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>