Html Css Color HEX #FDDABF Karry

📋 copy color: '#FDDABF'

red 253 ◦ green 218 ◦ blue 191

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

Shades of Karry #FDDABF

Tints of Karry #FDDABF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.93%

 BLUE value IS 191 (75% from 255) = 28.85%

R = 38.22%
G = 32.93%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDDABF (or 0xFDDABF) is known color: Karry. HEX triplet: FD, DA and BF. RGB value is (253,218,191). Sum of RGB (Red+Green+Blue) = 253+218+191=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 191 (75% from 255 or 28.85% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDABF is #022540. Grayscale: #E1E1E1. Windows color (decimal): -140609 or 12573437. OLE color: 12573437.

HSL color Cylindrical-coordinate representation of color #FDDABF: hue angle of 26.13º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDDABF is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 218 191 -
CMYK 0 0.14 0.25 0.01
HSL 26.13º 0.94% 0.87% -
HSV(B) 26.13º 0.25% 0.99% -
XYZ 74.98 74.79 59.77 -
YUV 225.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 253 218 191 0 0.14 0.25 0.01 26.13 0.94 0.87
Hex FD DA BF 0 E 19 1 1A 5E 57
Octal 375 332 277 0 16 31 1 32 136 127
Binary 11111101 11011010 10111111 0 1110 11001 1 11010 1011110 1010111

Color Harmonies of #FDDABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDABF

Black with #FDDABF

Text Example


Text Example

White with #FDDABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDABF; }

 p { color: rgb(253,218,191); }

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

background-color css

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

 a { background-color: rgb(253,218,191); }

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

border-color css

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

 span { border-color: rgb(253,218,191); }

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