Html Css Color HEX #FDB69B Mandys Pink

📋 copy color: '#FDB69B'

red 253 ◦ green 182 ◦ blue 155

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

Shades of Mandys Pink #FDB69B

Tints of Mandys Pink #FDB69B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.85%

 BLUE value IS 155 (60.94% from 255) = 26.27%

R = 42.88%
G = 30.85%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FDB69B (or 0xFDB69B) is known color: Mandys Pink. HEX triplet: FD, B6 and 9B. RGB value is (253,182,155). Sum of RGB (Red+Green+Blue) = 253+182+155=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB69B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB69B is #024964. Grayscale: #C8C8C8. Windows color (decimal): -149861 or 10204925. OLE color: 10204925.

HSL color Cylindrical-coordinate representation of color #FDB69B: hue angle of 16.53º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDB69B is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 182 155 -
CMYK 0 0.28 0.39 0.01
HSL 16.53º 0.96% 0.8% -
HSV(B) 16.53º 0.39% 0.99% -
XYZ 63.15 56.71 38.63 -
YUV 200.15 102.52 165.7 -
System Red Green Blue C M Y K H S L
Decimal 253 182 155 0 0.28 0.39 0.01 16.53 0.96 0.8
Hex FD B6 9B 0 1C 27 1 11 60 50
Octal 375 266 233 0 34 47 1 21 140 120
Binary 11111101 10110110 10011011 0 11100 100111 1 10001 1100000 1010000

Color Harmonies of #FDB69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB69B

Black with #FDB69B

Text Example


Text Example

White with #FDB69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB69B; }

 p { color: rgb(253,182,155); }

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

background-color css

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

 a { background-color: rgb(253,182,155); }

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

border-color css

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

 span { border-color: rgb(253,182,155); }

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