Html Css Color HEX #FDADCB Carnation Pink

📋 copy color: '#FDADCB'

red 253 ◦ green 173 ◦ blue 203

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

Shades of Carnation Pink #FDADCB

Tints of Carnation Pink #FDADCB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.5%

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

R = 40.22%
G = 27.5%
B = 32.27%

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

#FDADCB (or 0xFDADCB) is known color: Carnation Pink. HEX triplet: FD, AD and CB. RGB value is (253,173,203). Sum of RGB (Red+Green+Blue) = 253+173+203=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADCB is #025234. Grayscale: #C8C8C8. Windows color (decimal): -152117 or 13348349. OLE color: 13348349.

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

Color convert

RGB 253 173 203 -
CMYK 0 0.32 0.20 0.01
HSL 337.5º 0.95% 0.84% -
HSV(B) 337.5º 0.32% 0.99% -
XYZ 66.23 55.08 63.64 -
YUV 200.34 129.5 165.56 -
System Red Green Blue C M Y K H S L
Decimal 253 173 203 0 0.32 0.20 0.01 337.5 0.95 0.84
Hex FD AD CB 0 20 14 1 152 5F 54
Octal 375 255 313 0 40 24 1 522 137 124
Binary 11111101 10101101 11001011 0 100000 10100 1 101010010 1011111 1010100

Color Harmonies of #FDADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDADCB

Black with #FDADCB

Text Example


Text Example

White with #FDADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDADCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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