Html Css Color HEX #FBAFE3 Lavender Rose

📋 copy color: '#FBAFE3'

red 251 ◦ green 175 ◦ blue 227

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

Shades of Lavender Rose #FBAFE3

Tints of Lavender Rose #FBAFE3

RGB

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

 GREEN value IS 175 (68.75% from 255) = 26.8%

 BLUE value IS 227 (89.06% from 255) = 34.76%

R = 38.44%
G = 26.8%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FBAFE3 (or 0xFBAFE3) is known color: Lavender Rose. HEX triplet: FB, AF and E3. RGB value is (251,175,227). Sum of RGB (Red+Green+Blue) = 251+175+227=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 175 (68.75% from 255 or 26.80% from 653); Blue value is 227 (89.06% from 255 or 34.76% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFE3 is #04501C. Grayscale: #CBCBCB. Windows color (decimal): -282653 or 14921723. OLE color: 14921723.

HSL color Cylindrical-coordinate representation of color #FBAFE3: hue angle of 318.95º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBAFE3 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 175 227 -
CMYK 0 0.30 0.10 0.02
HSL 318.95º 0.9% 0.84% -
HSV(B) 318.95º 0.3% 0.98% -
XYZ 68.98 56.72 79.98 -
YUV 203.65 141.18 161.77 -
System Red Green Blue C M Y K H S L
Decimal 251 175 227 0 0.30 0.10 0.02 318.95 0.9 0.84
Hex FB AF E3 0 1E A 2 13F 5A 54
Octal 373 257 343 0 36 12 2 477 132 124
Binary 11111011 10101111 11100011 0 11110 1010 10 100111111 1011010 1010100

Color Harmonies of #FBAFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAFE3

Black with #FBAFE3

Text Example


Text Example

White with #FBAFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAFE3; }

 p { color: rgb(251,175,227); }

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

background-color css

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

 a { background-color: rgb(251,175,227); }

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

border-color css

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

 span { border-color: rgb(251,175,227); }

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