Html Css Color HEX #FDDCC4 Karry

📋 copy color: '#FDDCC4'

red 253 ◦ green 220 ◦ blue 196

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

Shades of Karry #FDDCC4

Tints of Karry #FDDCC4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.88%

 BLUE value IS 196 (76.95% from 255) = 29.3%

R = 37.82%
G = 32.88%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FDDCC4 (or 0xFDDCC4) is known color: Karry. HEX triplet: FD, DC and C4. RGB value is (253,220,196). Sum of RGB (Red+Green+Blue) = 253+220+196=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 196 (76.95% from 255 or 29.30% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCC4 is #02233B. Grayscale: #E3E3E3. Windows color (decimal): -140092 or 12901629. OLE color: 12901629.

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

Color convert

RGB 253 220 196 -
CMYK 0 0.13 0.23 0.01
HSL 25.26º 0.93% 0.88% -
HSV(B) 25.26º 0.23% 0.99% -
XYZ 76.07 76.05 62.9 -
YUV 227.13 110.43 146.45 -
System Red Green Blue C M Y K H S L
Decimal 253 220 196 0 0.13 0.23 0.01 25.26 0.93 0.88
Hex FD DC C4 0 D 17 1 19 5D 58
Octal 375 334 304 0 15 27 1 31 135 130
Binary 11111101 11011100 11000100 0 1101 10111 1 11001 1011101 1011000

Color Harmonies of #FDDCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCC4

Black with #FDDCC4

Text Example


Text Example

White with #FDDCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCC4; }

 p { color: rgb(253,220,196); }

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

background-color css

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

 a { background-color: rgb(253,220,196); }

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

border-color css

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

 span { border-color: rgb(253,220,196); }

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