Html Css Color HEX #FDDDC5 Karry

📋 copy color: '#FDDDC5'

red 253 ◦ green 221 ◦ blue 197

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

Shades of Karry #FDDDC5

Tints of Karry #FDDDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 29.36%

R = 37.7%
G = 32.94%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FDDDC5 (or 0xFDDDC5) is known color: Karry. HEX triplet: FD, DD and C5. RGB value is (253,221,197). Sum of RGB (Red+Green+Blue) = 253+221+197=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 197 (77.34% from 255 or 29.36% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDDC5 is #02223A. Grayscale: #E3E3E3. Windows color (decimal): -139835 or 12967421. OLE color: 12967421.

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

Color convert

RGB 253 221 197 -
CMYK 0 0.13 0.22 0.01
HSL 25.71º 0.93% 0.88% -
HSV(B) 25.71º 0.22% 0.99% -
XYZ 76.44 76.63 63.58 -
YUV 227.83 110.6 145.95 -
System Red Green Blue C M Y K H S L
Decimal 253 221 197 0 0.13 0.22 0.01 25.71 0.93 0.88
Hex FD DD C5 0 D 16 1 1A 5D 58
Octal 375 335 305 0 15 26 1 32 135 130
Binary 11111101 11011101 11000101 0 1101 10110 1 11010 1011101 1011000

Color Harmonies of #FDDDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDDC5

Black with #FDDDC5

Text Example


Text Example

White with #FDDDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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