Html Css Color HEX #FBA6CF Lavender Pink

📋 copy color: '#FBA6CF'

red 251 ◦ green 166 ◦ blue 207

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

Shades of Lavender Pink #FBA6CF

Tints of Lavender Pink #FBA6CF

RGB

 RED value IS 251 (98.44% from 255) = 40.22%

 GREEN value IS 166 (65.23% from 255) = 26.6%

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

R = 40.22%
G = 26.6%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FBA6CF (or 0xFBA6CF) is known color: Lavender Pink. HEX triplet: FB, A6 and CF. RGB value is (251,166,207). Sum of RGB (Red+Green+Blue) = 251+166+207=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 166 (65.23% from 255 or 26.60% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6CF is #045930. Grayscale: #C4C4C4. Windows color (decimal): -284977 or 13608699. OLE color: 13608699.

HSL color Cylindrical-coordinate representation of color #FBA6CF: hue angle of 331.06º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBA6CF is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 166 207 -
CMYK 0 0.34 0.18 0.02
HSL 331.06º 0.91% 0.82% -
HSV(B) 331.06º 0.34% 0.98% -
XYZ 64.68 52.29 65.71 -
YUV 196.09 134.16 167.17 -
System Red Green Blue C M Y K H S L
Decimal 251 166 207 0 0.34 0.18 0.02 331.06 0.91 0.82
Hex FB A6 CF 0 22 12 2 14B 5B 52
Octal 373 246 317 0 42 22 2 513 133 122
Binary 11111011 10100110 11001111 0 100010 10010 10 101001011 1011011 1010010

Color Harmonies of #FBA6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA6CF

Black with #FBA6CF

Text Example


Text Example

White with #FBA6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA6CF; }

 p { color: rgb(251,166,207); }

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

background-color css

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

 a { background-color: rgb(251,166,207); }

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

border-color css

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

 span { border-color: rgb(251,166,207); }

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