Html Css Color HEX #FEDFCB Karry

📋 copy color: '#FEDFCB'

red 254 ◦ green 223 ◦ blue 203

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

Shades of Karry #FEDFCB

Tints of Karry #FEDFCB

RGB

 RED value IS 254 (99.61% from 255) = 37.35%

 GREEN value IS 223 (87.5% from 255) = 32.79%

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

R = 37.35%
G = 32.79%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEDFCB (or 0xFEDFCB) is known color: Karry. HEX triplet: FE, DF and CB. RGB value is (254,223,203). Sum of RGB (Red+Green+Blue) = 254+223+203=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 203 (79.69% from 255 or 29.85% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFCB is #012034. Grayscale: #E6E6E6. Windows color (decimal): -73781 or 13361150. OLE color: 13361150.

HSL color Cylindrical-coordinate representation of color #FEDFCB: hue angle of 23.53º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEDFCB is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 223 203 -
CMYK 0 0.12 0.20 0.00
HSL 23.53º 0.96% 0.9% -
HSV(B) 23.53º 0.2% 1% -
XYZ 78.04 78.16 67.47 -
YUV 229.99 112.77 145.13 -
System Red Green Blue C M Y K H S L
Decimal 254 223 203 0 0.12 0.20 0.00 23.53 0.96 0.9
Hex FE DF CB 0 C 14 0 18 60 5A
Octal 376 337 313 0 14 24 0 30 140 132
Binary 11111110 11011111 11001011 0 1100 10100 0 11000 1100000 1011010

Color Harmonies of #FEDFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDFCB

Black with #FEDFCB

Text Example


Text Example

White with #FEDFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDFCB; }

 p { color: rgb(254,223,203); }

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

background-color css

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

 a { background-color: rgb(254,223,203); }

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

border-color css

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

 span { border-color: rgb(254,223,203); }

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