Html Css Color HEX #F7CDDD Classic Rose

📋 copy color: '#F7CDDD'

red 247 ◦ green 205 ◦ blue 221

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

Shades of Classic Rose #F7CDDD

Tints of Classic Rose #F7CDDD

RGB

 RED value IS 247 (96.88% from 255) = 36.7%

 GREEN value IS 205 (80.47% from 255) = 30.46%

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

R = 36.7%
G = 30.46%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F7CDDD (or 0xF7CDDD) is known color: Classic Rose. HEX triplet: F7, CD and DD. RGB value is (247,205,221). Sum of RGB (Red+Green+Blue) = 247+205+221=673 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.70% from 673); Green value is 205 (80.47% from 255 or 30.46% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CDDD is #083222. Grayscale: #DBDBDB. Windows color (decimal): -537123 or 14536183. OLE color: 14536183.

HSL color Cylindrical-coordinate representation of color #F7CDDD: hue angle of 337.14º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7CDDD is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 205 221 -
CMYK 0 0.17 0.11 0.03
HSL 337.14º 0.72% 0.89% -
HSV(B) 337.14º 0.17% 0.97% -
XYZ 73.24 68.66 77.8 -
YUV 219.38 128.91 147.7 -
System Red Green Blue C M Y K H S L
Decimal 247 205 221 0 0.17 0.11 0.03 337.14 0.72 0.89
Hex F7 CD DD 0 11 B 3 151 48 59
Octal 367 315 335 0 21 13 3 521 110 131
Binary 11110111 11001101 11011101 0 10001 1011 11 101010001 1001000 1011001

Color Harmonies of #F7CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CDDD

Black with #F7CDDD

Text Example


Text Example

White with #F7CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CDDD; }

 p { color: rgb(247,205,221); }

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

background-color css

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

 a { background-color: rgb(247,205,221); }

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

border-color css

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

 span { border-color: rgb(247,205,221); }

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