Html Css Color HEX #FDB1CF Lavender Pink

📋 copy color: '#FDB1CF'

red 253 ◦ green 177 ◦ blue 207

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

Shades of Lavender Pink #FDB1CF

Tints of Lavender Pink #FDB1CF

RGB

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

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

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

R = 39.72%
G = 27.79%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDB1CF (or 0xFDB1CF) is known color: Lavender Pink. HEX triplet: FD, B1 and CF. RGB value is (253,177,207). Sum of RGB (Red+Green+Blue) = 253+177+207=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 177 (69.53% from 255 or 27.79% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB1CF is #024E30. Grayscale: #CBCBCB. Windows color (decimal): -151089 or 13611517. OLE color: 13611517.

HSL color Cylindrical-coordinate representation of color #FDB1CF: hue angle of 336.32º 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 #FDB1CF is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 177 207 -
CMYK 0 0.30 0.18 0.01
HSL 336.32º 0.95% 0.84% -
HSV(B) 336.32º 0.3% 0.99% -
XYZ 67.49 56.83 66.44 -
YUV 203.14 130.18 163.56 -
System Red Green Blue C M Y K H S L
Decimal 253 177 207 0 0.30 0.18 0.01 336.32 0.95 0.84
Hex FD B1 CF 0 1E 12 1 150 5F 54
Octal 375 261 317 0 36 22 1 520 137 124
Binary 11111101 10110001 11001111 0 11110 10010 1 101010000 1011111 1010100

Color Harmonies of #FDB1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB1CF

Black with #FDB1CF

Text Example


Text Example

White with #FDB1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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