Html Css Color HEX #F7CDDC Classic Rose

📋 copy color: '#F7CDDC'

red 247 ◦ green 205 ◦ blue 220

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

Shades of Classic Rose #F7CDDC

Tints of Classic Rose #F7CDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.74%

R = 36.76%
G = 30.51%
B = 32.74%

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

#F7CDDC (or 0xF7CDDC) is known color: Classic Rose. HEX triplet: F7, CD and DC. RGB value is (247,205,220). Sum of RGB (Red+Green+Blue) = 247+205+220=672 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.76% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CDDC is #083223. Grayscale: #DBDBDB. Windows color (decimal): -537124 or 14470647. OLE color: 14470647.

HSL color Cylindrical-coordinate representation of color #F7CDDC: hue angle of 338.57º 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 #F7CDDC is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 205 220 -
CMYK 0 0.17 0.11 0.03
HSL 338.57º 0.72% 0.89% -
HSV(B) 338.57º 0.17% 0.97% -
XYZ 73.11 68.6 77.1 -
YUV 219.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 247 205 220 0 0.17 0.11 0.03 338.57 0.72 0.89
Hex F7 CD DC 0 11 B 3 153 48 59
Octal 367 315 334 0 21 13 3 523 110 131
Binary 11110111 11001101 11011100 0 10001 1011 11 101010011 1001000 1011001

Color Harmonies of #F7CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CDDC

Black with #F7CDDC

Text Example


Text Example

White with #F7CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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