Html Css Color HEX #FDACBB Light Pink

📋 copy color: '#FDACBB'

red 253 ◦ green 172 ◦ blue 187

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

Shades of Light Pink #FDACBB

Tints of Light Pink #FDACBB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.1%

 BLUE value IS 187 (73.44% from 255) = 30.56%

R = 41.34%
G = 28.1%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDACBB (or 0xFDACBB) is known color: Light Pink. HEX triplet: FD, AC and BB. RGB value is (253,172,187). Sum of RGB (Red+Green+Blue) = 253+172+187=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACBB is #025344. Grayscale: #C5C5C5. Windows color (decimal): -152389 or 12299517. OLE color: 12299517.

HSL color Cylindrical-coordinate representation of color #FDACBB: hue angle of 348.89º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDACBB is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 172 187 -
CMYK 0 0.32 0.26 0.01
HSL 348.89º 0.95% 0.83% -
HSV(B) 348.89º 0.32% 0.99% -
XYZ 64.23 53.98 54.05 -
YUV 197.93 121.84 167.28 -
System Red Green Blue C M Y K H S L
Decimal 253 172 187 0 0.32 0.26 0.01 348.89 0.95 0.83
Hex FD AC BB 0 20 1A 1 15D 5F 53
Octal 375 254 273 0 40 32 1 535 137 123
Binary 11111101 10101100 10111011 0 100000 11010 1 101011101 1011111 1010011

Color Harmonies of #FDACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDACBB

Black with #FDACBB

Text Example


Text Example

White with #FDACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDACBB; }

 p { color: rgb(253,172,187); }

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

background-color css

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

 a { background-color: rgb(253,172,187); }

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

border-color css

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

 span { border-color: rgb(253,172,187); }

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