Html Css Color HEX #F7BDDA Classic Rose

📋 copy color: '#F7BDDA'

red 247 ◦ green 189 ◦ blue 218

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

Shades of Classic Rose #F7BDDA

Tints of Classic Rose #F7BDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.33%

R = 37.77%
G = 28.9%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F7BDDA (or 0xF7BDDA) is known color: Classic Rose. HEX triplet: F7, BD and DA. RGB value is (247,189,218). Sum of RGB (Red+Green+Blue) = 247+189+218=654 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.77% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BDDA is #084225. Grayscale: #D1D1D1. Windows color (decimal): -541222 or 14335479. OLE color: 14335479.

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

Color convert

RGB 247 189 218 -
CMYK 0 0.23 0.12 0.03
HSL 330º 0.78% 0.85% -
HSV(B) 330º 0.23% 0.97% -
XYZ 69.21 61.23 74.5 -
YUV 209.65 132.72 154.64 -
System Red Green Blue C M Y K H S L
Decimal 247 189 218 0 0.23 0.12 0.03 330 0.78 0.85
Hex F7 BD DA 0 17 C 3 14A 4E 55
Octal 367 275 332 0 27 14 3 512 116 125
Binary 11110111 10111101 11011010 0 10111 1100 11 101001010 1001110 1010101

Color Harmonies of #F7BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BDDA

Black with #F7BDDA

Text Example


Text Example

White with #F7BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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