Html Css Color HEX #F7CBDC Classic Rose

📋 copy color: '#F7CBDC'

red 247 ◦ green 203 ◦ blue 220

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

Shades of Classic Rose #F7CBDC

Tints of Classic Rose #F7CBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.3%

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

R = 36.87%
G = 30.3%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F7CBDC (or 0xF7CBDC) is known color: Classic Rose. HEX triplet: F7, CB and DC. RGB value is (247,203,220). Sum of RGB (Red+Green+Blue) = 247+203+220=670 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.87% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CBDC is #083423. Grayscale: #DADADA. Windows color (decimal): -537636 or 14470135. OLE color: 14470135.

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

Color convert

RGB 247 203 220 -
CMYK 0 0.18 0.11 0.03
HSL 336.82º 0.73% 0.88% -
HSV(B) 336.82º 0.18% 0.97% -
XYZ 72.63 67.65 76.94 -
YUV 218.09 129.08 148.62 -
System Red Green Blue C M Y K H S L
Decimal 247 203 220 0 0.18 0.11 0.03 336.82 0.73 0.88
Hex F7 CB DC 0 12 B 3 151 49 58
Octal 367 313 334 0 22 13 3 521 111 130
Binary 11110111 11001011 11011100 0 10010 1011 11 101010001 1001001 1011000

Color Harmonies of #F7CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CBDC

Black with #F7CBDC

Text Example


Text Example

White with #F7CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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