Html Css Color HEX #F7B0CC Lavender Pink

📋 copy color: '#F7B0CC'

red 247 ◦ green 176 ◦ blue 204

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

Shades of Lavender Pink #F7B0CC

Tints of Lavender Pink #F7B0CC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.07%

 BLUE value IS 204 (80.08% from 255) = 32.54%

R = 39.39%
G = 28.07%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F7B0CC (or 0xF7B0CC) is known color: Lavender Pink. HEX triplet: F7, B0 and CC. RGB value is (247,176,204). Sum of RGB (Red+Green+Blue) = 247+176+204=627 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.39% from 627); Green value is 176 (69.14% from 255 or 28.07% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B0CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7B0CC is #084F33. Grayscale: #C8C8C8. Windows color (decimal): -544564 or 13414647. OLE color: 13414647.

HSL color Cylindrical-coordinate representation of color #F7B0CC: hue angle of 336.34º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F7B0CC is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 176 204 -
CMYK 0 0.29 0.17 0.03
HSL 336.34º 0.82% 0.83% -
HSV(B) 336.34º 0.29% 0.97% -
XYZ 64.78 55.18 64.36 -
YUV 200.42 130.02 161.22 -
System Red Green Blue C M Y K H S L
Decimal 247 176 204 0 0.29 0.17 0.03 336.34 0.82 0.83
Hex F7 B0 CC 0 1D 11 3 150 52 53
Octal 367 260 314 0 35 21 3 520 122 123
Binary 11110111 10110000 11001100 0 11101 10001 11 101010000 1010010 1010011

Color Harmonies of #F7B0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B0CC

Black with #F7B0CC

Text Example


Text Example

White with #F7B0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B0CC; }

 p { color: rgb(247,176,204); }

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

background-color css

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

 a { background-color: rgb(247,176,204); }

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

border-color css

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

 span { border-color: rgb(247,176,204); }

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