Html Css Color HEX #FEDFCA Karry

📋 copy color: '#FEDFCA'

red 254 ◦ green 223 ◦ blue 202

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

Shades of Karry #FEDFCA

Tints of Karry #FEDFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 29.75%

R = 37.41%
G = 32.84%
B = 29.75%

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

#FEDFCA (or 0xFEDFCA) is known color: Karry. HEX triplet: FE, DF and CA. RGB value is (254,223,202). Sum of RGB (Red+Green+Blue) = 254+223+202=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 202 (79.30% from 255 or 29.75% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFCA is #012035. Grayscale: #E5E5E5. Windows color (decimal): -73782 or 13295614. OLE color: 13295614.

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

Color convert

RGB 254 223 202 -
CMYK 0 0.12 0.20 0.00
HSL 24.23º 0.96% 0.89% -
HSV(B) 24.23º 0.2% 1% -
XYZ 77.92 78.11 66.85 -
YUV 229.88 112.27 145.21 -
System Red Green Blue C M Y K H S L
Decimal 254 223 202 0 0.12 0.20 0.00 24.23 0.96 0.89
Hex FE DF CA 0 C 14 0 18 60 59
Octal 376 337 312 0 14 24 0 30 140 131
Binary 11111110 11011111 11001010 0 1100 10100 0 11000 1100000 1011001

Color Harmonies of #FEDFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDFCA

Black with #FEDFCA

Text Example


Text Example

White with #FEDFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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