Html Css Color HEX #F5CCDF Classic Rose

📋 copy color: '#F5CCDF'

red 245 ◦ green 204 ◦ blue 223

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

Shades of Classic Rose #F5CCDF

Tints of Classic Rose #F5CCDF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.36%

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

R = 36.46%
G = 30.36%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F5CCDF (or 0xF5CCDF) is known color: Classic Rose. HEX triplet: F5, CC and DF. RGB value is (245,204,223). Sum of RGB (Red+Green+Blue) = 245+204+223=672 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.46% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CCDF is #0A3320. Grayscale: #DADADA. Windows color (decimal): -668449 or 14666997. OLE color: 14666997.

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

Color convert

RGB 245 204 223 -
CMYK 0 0.17 0.09 0.04
HSL 332.2º 0.67% 0.88% -
HSV(B) 332.2º 0.17% 0.96% -
XYZ 72.57 67.93 79.1 -
YUV 218.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 245 204 223 0 0.17 0.09 0.04 332.2 0.67 0.88
Hex F5 CC DF 0 11 9 4 14C 43 58
Octal 365 314 337 0 21 11 4 514 103 130
Binary 11110101 11001100 11011111 0 10001 1001 100 101001100 1000011 1011000

Color Harmonies of #F5CCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CCDF

Black with #F5CCDF

Text Example


Text Example

White with #F5CCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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