Html Css Color HEX #FDABCC Carnation Pink

📋 copy color: '#FDABCC'

red 253 ◦ green 171 ◦ blue 204

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

Shades of Carnation Pink #FDABCC

Tints of Carnation Pink #FDABCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.48%

R = 40.29%
G = 27.23%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDABCC (or 0xFDABCC) is known color: Carnation Pink. HEX triplet: FD, AB and CC. RGB value is (253,171,204). Sum of RGB (Red+Green+Blue) = 253+171+204=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDABCC is #025433. Grayscale: #C7C7C7. Windows color (decimal): -152628 or 13413373. OLE color: 13413373.

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

Color convert

RGB 253 171 204 -
CMYK 0 0.32 0.19 0.01
HSL 335.85º 0.95% 0.83% -
HSV(B) 335.85º 0.32% 0.99% -
XYZ 65.97 54.37 64.14 -
YUV 199.28 130.67 166.32 -
System Red Green Blue C M Y K H S L
Decimal 253 171 204 0 0.32 0.19 0.01 335.85 0.95 0.83
Hex FD AB CC 0 20 13 1 150 5F 53
Octal 375 253 314 0 40 23 1 520 137 123
Binary 11111101 10101011 11001100 0 100000 10011 1 101010000 1011111 1010011

Color Harmonies of #FDABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDABCC

Black with #FDABCC

Text Example


Text Example

White with #FDABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDABCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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