Html Css Color HEX #FDABCB Carnation Pink

📋 copy color: '#FDABCB'

red 253 ◦ green 171 ◦ blue 203

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

Shades of Carnation Pink #FDABCB

Tints of Carnation Pink #FDABCB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.27%

 BLUE value IS 203 (79.69% from 255) = 32.38%

R = 40.35%
G = 27.27%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FDABCB (or 0xFDABCB) is known color: Carnation Pink. HEX triplet: FD, AB and CB. RGB value is (253,171,203). Sum of RGB (Red+Green+Blue) = 253+171+203=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 171 (67.19% from 255 or 27.27% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDABCB is #025434. Grayscale: #C7C7C7. Windows color (decimal): -152629 or 13347837. OLE color: 13347837.

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

Color convert

RGB 253 171 203 -
CMYK 0 0.32 0.20 0.01
HSL 336.59º 0.95% 0.83% -
HSV(B) 336.59º 0.32% 0.99% -
XYZ 65.85 54.32 63.51 -
YUV 199.17 130.17 166.4 -
System Red Green Blue C M Y K H S L
Decimal 253 171 203 0 0.32 0.20 0.01 336.59 0.95 0.83
Hex FD AB CB 0 20 14 1 151 5F 53
Octal 375 253 313 0 40 24 1 521 137 123
Binary 11111101 10101011 11001011 0 100000 10100 1 101010001 1011111 1010011

Color Harmonies of #FDABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDABCB

Black with #FDABCB

Text Example


Text Example

White with #FDABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDABCB; }

 p { color: rgb(253,171,203); }

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

background-color css

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

 a { background-color: rgb(253,171,203); }

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

border-color css

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

 span { border-color: rgb(253,171,203); }

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