Html Css Color HEX #F5CEDD Classic Rose

📋 copy color: '#F5CEDD'

red 245 ◦ green 206 ◦ blue 221

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

Shades of Classic Rose #F5CEDD

Tints of Classic Rose #F5CEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.65%

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

R = 36.46%
G = 30.65%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F5CEDD (or 0xF5CEDD) is known color: Classic Rose. HEX triplet: F5, CE and DD. RGB value is (245,206,221). Sum of RGB (Red+Green+Blue) = 245+206+221=672 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.46% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CEDD is #0A3122. Grayscale: #DBDBDB. Windows color (decimal): -667939 or 14536437. OLE color: 14536437.

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

Color convert

RGB 245 206 221 -
CMYK 0 0.16 0.10 0.04
HSL 336.92º 0.66% 0.88% -
HSV(B) 336.92º 0.16% 0.96% -
XYZ 72.78 68.78 77.85 -
YUV 219.37 128.92 146.28 -
System Red Green Blue C M Y K H S L
Decimal 245 206 221 0 0.16 0.10 0.04 336.92 0.66 0.88
Hex F5 CE DD 0 10 A 4 151 42 58
Octal 365 316 335 0 20 12 4 521 102 130
Binary 11110101 11001110 11011101 0 10000 1010 100 101010001 1000010 1011000

Color Harmonies of #F5CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CEDD

Black with #F5CEDD

Text Example


Text Example

White with #F5CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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