Html Css Color HEX #F7BDDC Classic Rose

📋 copy color: '#F7BDDC'

red 247 ◦ green 189 ◦ blue 220

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

Shades of Classic Rose #F7BDDC

Tints of Classic Rose #F7BDDC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.81%

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

R = 37.65%
G = 28.81%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F7BDDC (or 0xF7BDDC) is known color: Classic Rose. HEX triplet: F7, BD and DC. RGB value is (247,189,220). Sum of RGB (Red+Green+Blue) = 247+189+220=656 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.65% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BDDC is #084223. Grayscale: #D1D1D1. Windows color (decimal): -541220 or 14466551. OLE color: 14466551.

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

Color convert

RGB 247 189 220 -
CMYK 0 0.23 0.11 0.03
HSL 327.93º 0.78% 0.85% -
HSV(B) 327.93º 0.23% 0.97% -
XYZ 69.47 61.34 75.89 -
YUV 209.88 133.72 154.48 -
System Red Green Blue C M Y K H S L
Decimal 247 189 220 0 0.23 0.11 0.03 327.93 0.78 0.85
Hex F7 BD DC 0 17 B 3 148 4E 55
Octal 367 275 334 0 27 13 3 510 116 125
Binary 11110111 10111101 11011100 0 10111 1011 11 101001000 1001110 1010101

Color Harmonies of #F7BDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BDDC

Black with #F7BDDC

Text Example


Text Example

White with #F7BDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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