Html Css Color HEX #FBA7CE Lavender Pink

📋 copy color: '#FBA7CE'

red 251 ◦ green 167 ◦ blue 206

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

Shades of Lavender Pink #FBA7CE

Tints of Lavender Pink #FBA7CE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.76%

 BLUE value IS 206 (80.86% from 255) = 33.01%

R = 40.22%
G = 26.76%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FBA7CE (or 0xFBA7CE) is known color: Lavender Pink. HEX triplet: FB, A7 and CE. RGB value is (251,167,206). Sum of RGB (Red+Green+Blue) = 251+167+206=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 167 (65.62% from 255 or 26.76% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA7CE is #045831. Grayscale: #C4C4C4. Windows color (decimal): -284722 or 13543419. OLE color: 13543419.

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

Color convert

RGB 251 167 206 -
CMYK 0 0.33 0.18 0.02
HSL 332.14º 0.91% 0.82% -
HSV(B) 332.14º 0.33% 0.98% -
XYZ 64.74 52.6 65.13 -
YUV 196.56 133.33 166.83 -
System Red Green Blue C M Y K H S L
Decimal 251 167 206 0 0.33 0.18 0.02 332.14 0.91 0.82
Hex FB A7 CE 0 21 12 2 14C 5B 52
Octal 373 247 316 0 41 22 2 514 133 122
Binary 11111011 10100111 11001110 0 100001 10010 10 101001100 1011011 1010010

Color Harmonies of #FBA7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA7CE

Black with #FBA7CE

Text Example


Text Example

White with #FBA7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA7CE; }

 p { color: rgb(251,167,206); }

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

background-color css

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

 a { background-color: rgb(251,167,206); }

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

border-color css

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

 span { border-color: rgb(251,167,206); }

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