Html Css Color HEX #FDDDCB Karry

📋 copy color: '#FDDDCB'

red 253 ◦ green 221 ◦ blue 203

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

Shades of Karry #FDDDCB

Tints of Karry #FDDDCB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.64%

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

R = 37.37%
G = 32.64%
B = 29.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FDDDCB (or 0xFDDDCB) is known color: Karry. HEX triplet: FD, DD and CB. RGB value is (253,221,203). Sum of RGB (Red+Green+Blue) = 253+221+203=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 203 (79.69% from 255 or 29.99% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDDCB is #022234. Grayscale: #E4E4E4. Windows color (decimal): -139829 or 13360637. OLE color: 13360637.

HSL color Cylindrical-coordinate representation of color #FDDDCB: hue angle of 21.6º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDDDCB is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 221 203 -
CMYK 0 0.13 0.20 0.01
HSL 21.6º 0.93% 0.89% -
HSV(B) 21.6º 0.2% 0.99% -
XYZ 77.14 76.91 67.28 -
YUV 228.52 113.6 145.46 -
System Red Green Blue C M Y K H S L
Decimal 253 221 203 0 0.13 0.20 0.01 21.6 0.93 0.89
Hex FD DD CB 0 D 14 1 16 5D 59
Octal 375 335 313 0 15 24 1 26 135 131
Binary 11111101 11011101 11001011 0 1101 10100 1 10110 1011101 1011001

Color Harmonies of #FDDDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDDCB

Black with #FDDDCB

Text Example


Text Example

White with #FDDDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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