Html Css Color HEX #FDB1CE Lavender Pink

📋 copy color: '#FDB1CE'

red 253 ◦ green 177 ◦ blue 206

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

Shades of Lavender Pink #FDB1CE

Tints of Lavender Pink #FDB1CE

RGB

 RED value IS 253 (99.22% from 255) = 39.78%

 GREEN value IS 177 (69.53% from 255) = 27.83%

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

R = 39.78%
G = 27.83%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDB1CE (or 0xFDB1CE) is known color: Lavender Pink. HEX triplet: FD, B1 and CE. RGB value is (253,177,206). Sum of RGB (Red+Green+Blue) = 253+177+206=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 177 (69.53% from 255 or 27.83% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB1CE is #024E31. Grayscale: #CACACA. Windows color (decimal): -151090 or 13545981. OLE color: 13545981.

HSL color Cylindrical-coordinate representation of color #FDB1CE: hue angle of 337.11º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB1CE is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 177 206 -
CMYK 0 0.30 0.19 0.01
HSL 337.11º 0.95% 0.84% -
HSV(B) 337.11º 0.3% 0.99% -
XYZ 67.37 56.78 65.8 -
YUV 203.03 129.68 163.64 -
System Red Green Blue C M Y K H S L
Decimal 253 177 206 0 0.30 0.19 0.01 337.11 0.95 0.84
Hex FD B1 CE 0 1E 13 1 151 5F 54
Octal 375 261 316 0 36 23 1 521 137 124
Binary 11111101 10110001 11001110 0 11110 10011 1 101010001 1011111 1010100

Color Harmonies of #FDB1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB1CE

Black with #FDB1CE

Text Example


Text Example

White with #FDB1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB1CE; }

 p { color: rgb(253,177,206); }

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

background-color css

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

 a { background-color: rgb(253,177,206); }

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

border-color css

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

 span { border-color: rgb(253,177,206); }

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