Html Css Color HEX #F7BDDE Classic Rose

📋 copy color: '#F7BDDE'

red 247 ◦ green 189 ◦ blue 222

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

Shades of Classic Rose #F7BDDE

Tints of Classic Rose #F7BDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.74%

R = 37.54%
G = 28.72%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F7BDDE (or 0xF7BDDE) is known color: Classic Rose. HEX triplet: F7, BD and DE. RGB value is (247,189,222). Sum of RGB (Red+Green+Blue) = 247+189+222=658 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.54% from 658); Green value is 189 (74.22% from 255 or 28.72% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BDDE is #084221. Grayscale: #D2D2D2. Windows color (decimal): -541218 or 14597623. OLE color: 14597623.

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

Color convert

RGB 247 189 222 -
CMYK 0 0.23 0.10 0.03
HSL 325.86º 0.78% 0.85% -
HSV(B) 325.86º 0.23% 0.97% -
XYZ 69.74 61.44 77.29 -
YUV 210.1 134.72 154.32 -
System Red Green Blue C M Y K H S L
Decimal 247 189 222 0 0.23 0.10 0.03 325.86 0.78 0.85
Hex F7 BD DE 0 17 A 3 146 4E 55
Octal 367 275 336 0 27 12 3 506 116 125
Binary 11110111 10111101 11011110 0 10111 1010 11 101000110 1001110 1010101

Color Harmonies of #F7BDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BDDE

Black with #F7BDDE

Text Example


Text Example

White with #F7BDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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