Html Css Color HEX #F5CADD Classic Rose

📋 copy color: '#F5CADD'

red 245 ◦ green 202 ◦ blue 221

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

Shades of Classic Rose #F5CADD

Tints of Classic Rose #F5CADD

RGB

 RED value IS 245 (96.09% from 255) = 36.68%

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

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

R = 36.68%
G = 30.24%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F5CADD (or 0xF5CADD) is known color: Classic Rose. HEX triplet: F5, CA and DD. RGB value is (245,202,221). Sum of RGB (Red+Green+Blue) = 245+202+221=668 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.68% from 668); Green value is 202 (79.30% from 255 or 30.24% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CADD is #0A3522. Grayscale: #D8D8D8. Windows color (decimal): -668963 or 14535413. OLE color: 14535413.

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

Color convert

RGB 245 202 221 -
CMYK 0 0.18 0.10 0.04
HSL 333.49º 0.68% 0.88% -
HSV(B) 333.49º 0.18% 0.96% -
XYZ 71.83 66.87 77.53 -
YUV 217.02 130.25 147.96 -
System Red Green Blue C M Y K H S L
Decimal 245 202 221 0 0.18 0.10 0.04 333.49 0.68 0.88
Hex F5 CA DD 0 12 A 4 14D 44 58
Octal 365 312 335 0 22 12 4 515 104 130
Binary 11110101 11001010 11011101 0 10010 1010 100 101001101 1000100 1011000

Color Harmonies of #F5CADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CADD

Black with #F5CADD

Text Example


Text Example

White with #F5CADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CADD; }

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

 H1.HeaderClassName
 {
   color: #F5CADD;
 }
 .AnyTagClassName
 {
   color: #F5CADD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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