Html Css Color HEX #FBA4CF Lavender Pink

📋 copy color: '#FBA4CF'

red 251 ◦ green 164 ◦ blue 207

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

Shades of Lavender Pink #FBA4CF

Tints of Lavender Pink #FBA4CF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.37%

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

R = 40.35%
G = 26.37%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FBA4CF (or 0xFBA4CF) is known color: Lavender Pink. HEX triplet: FB, A4 and CF. RGB value is (251,164,207). Sum of RGB (Red+Green+Blue) = 251+164+207=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 164 (64.45% from 255 or 26.37% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA4CF is #045B30. Grayscale: #C2C2C2. Windows color (decimal): -285489 or 13608187. OLE color: 13608187.

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

Color convert

RGB 251 164 207 -
CMYK 0 0.35 0.18 0.02
HSL 330.34º 0.92% 0.81% -
HSV(B) 330.34º 0.35% 0.98% -
XYZ 64.32 51.57 65.59 -
YUV 194.92 134.82 168 -
System Red Green Blue C M Y K H S L
Decimal 251 164 207 0 0.35 0.18 0.02 330.34 0.92 0.81
Hex FB A4 CF 0 23 12 2 14A 5C 51
Octal 373 244 317 0 43 22 2 512 134 121
Binary 11111011 10100100 11001111 0 100011 10010 10 101001010 1011100 1010001

Color Harmonies of #FBA4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA4CF

Black with #FBA4CF

Text Example


Text Example

White with #FBA4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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