Html Css Color HEX #F5CADF Classic Rose

📋 copy color: '#F5CADF'

red 245 ◦ green 202 ◦ blue 223

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

Shades of Classic Rose #F5CADF

Tints of Classic Rose #F5CADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.28%

R = 36.57%
G = 30.15%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F5CADF (or 0xF5CADF) is known color: Classic Rose. HEX triplet: F5, CA and DF. RGB value is (245,202,223). Sum of RGB (Red+Green+Blue) = 245+202+223=670 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.57% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CADF is #0A3520. Grayscale: #D9D9D9. Windows color (decimal): -668961 or 14666485. OLE color: 14666485.

HSL color Cylindrical-coordinate representation of color #F5CADF: hue angle of 330.7º 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 #F5CADF is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 202 223 -
CMYK 0 0.18 0.09 0.04
HSL 330.7º 0.68% 0.88% -
HSV(B) 330.7º 0.18% 0.96% -
XYZ 72.1 66.98 78.94 -
YUV 217.25 131.25 147.79 -
System Red Green Blue C M Y K H S L
Decimal 245 202 223 0 0.18 0.09 0.04 330.7 0.68 0.88
Hex F5 CA DF 0 12 9 4 14B 44 58
Octal 365 312 337 0 22 11 4 513 104 130
Binary 11110101 11001010 11011111 0 10010 1001 100 101001011 1000100 1011000

Color Harmonies of #F5CADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CADF

Black with #F5CADF

Text Example


Text Example

White with #F5CADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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