Html Css Color HEX #FFB0CF Lavender Pink

📋 copy color: '#FFB0CF'

red 255 ◦ green 176 ◦ blue 207

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

Shades of Lavender Pink #FFB0CF

Tints of Lavender Pink #FFB0CF

RGB

 RED value IS 255 (100% from 255) = 39.97%

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

 BLUE value IS 207 (81.25% from 255) = 32.45%

R = 39.97%
G = 27.59%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FFB0CF (or 0xFFB0CF) is known color: Lavender Pink. HEX triplet: FF, B0 and CF. RGB value is (255,176,207). Sum of RGB (Red+Green+Blue) = 255+176+207=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 176 (69.14% from 255 or 27.59% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0CF is #004F30. Grayscale: #CBCBCB. Windows color (decimal): -20273 or 13611263. OLE color: 13611263.

HSL color Cylindrical-coordinate representation of color #FFB0CF: hue angle of 336.46º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFB0CF is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 255 176 207 -
CMYK 0 0.31 0.19 0
HSL 336.46º 1% 0.85% -
HSV(B) 336.46º 0.31% 1% -
XYZ 68.03 56.82 66.41 -
YUV 203.16 130.17 164.98 -
System Red Green Blue C M Y K H S L
Decimal 255 176 207 0 0.31 0.19 0 336.46 1 0.85
Hex FF B0 CF 0 1F 13 0 150 64 55
Octal 377 260 317 0 37 23 0 520 144 125
Binary 11111111 10110000 11001111 0 11111 10011 0 101010000 1100100 1010101

Color Harmonies of #FFB0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB0CF

Black with #FFB0CF

Text Example


Text Example

White with #FFB0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB0CF; }

 p { color: rgb(255,176,207); }

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

background-color css

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

 a { background-color: rgb(255,176,207); }

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

border-color css

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

 span { border-color: rgb(255,176,207); }

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