Html Css Color HEX #FBD9C1 Karry

📋 copy color: '#FBD9C1'

red 251 ◦ green 217 ◦ blue 193

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

Shades of Karry #FBD9C1

Tints of Karry #FBD9C1

RGB

 RED value IS 251 (98.44% from 255) = 37.97%

 GREEN value IS 217 (85.16% from 255) = 32.83%

 BLUE value IS 193 (75.78% from 255) = 29.2%

R = 37.97%
G = 32.83%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FBD9C1 (or 0xFBD9C1) is known color: Karry. HEX triplet: FB, D9 and C1. RGB value is (251,217,193). Sum of RGB (Red+Green+Blue) = 251+217+193=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 217 (85.16% from 255 or 32.83% from 661); Blue value is 193 (75.78% from 255 or 29.20% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD9C1 is #04263E. Grayscale: #E0E0E0. Windows color (decimal): -271935 or 12704251. OLE color: 12704251.

HSL color Cylindrical-coordinate representation of color #FBD9C1: hue angle of 24.83º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBD9C1 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 217 193 -
CMYK 0 0.14 0.23 0.02
HSL 24.83º 0.88% 0.87% -
HSV(B) 24.83º 0.23% 0.98% -
XYZ 74.22 73.99 60.82 -
YUV 224.43 110.26 146.95 -
System Red Green Blue C M Y K H S L
Decimal 251 217 193 0 0.14 0.23 0.02 24.83 0.88 0.87
Hex FB D9 C1 0 E 17 2 19 58 57
Octal 373 331 301 0 16 27 2 31 130 127
Binary 11111011 11011001 11000001 0 1110 10111 10 11001 1011000 1010111

Color Harmonies of #FBD9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD9C1

Black with #FBD9C1

Text Example


Text Example

White with #FBD9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD9C1; }

 p { color: rgb(251,217,193); }

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

background-color css

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

 a { background-color: rgb(251,217,193); }

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

border-color css

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

 span { border-color: rgb(251,217,193); }

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