Html Css Color HEX #FEDBE0 Carousel Pink

📋 copy color: '#FEDBE0'

red 254 ◦ green 219 ◦ blue 224

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

Shades of Carousel Pink #FEDBE0

Tints of Carousel Pink #FEDBE0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.42%

 BLUE value IS 224 (87.89% from 255) = 32.14%

R = 36.44%
G = 31.42%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FEDBE0 (or 0xFEDBE0) is known color: Carousel Pink. HEX triplet: FE, DB and E0. RGB value is (254,219,224). Sum of RGB (Red+Green+Blue) = 254+219+224=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 219 (85.94% from 255 or 31.42% from 697); Blue value is 224 (87.89% from 255 or 32.14% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBE0 is #01241F. Grayscale: #E6E6E6. Windows color (decimal): -74784 or 14736382. OLE color: 14736382.

HSL color Cylindrical-coordinate representation of color #FEDBE0: hue angle of 351.43º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEDBE0 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 219 224 -
CMYK 0 0.14 0.12 0.00
HSL 351.43º 0.95% 0.93% -
HSV(B) 351.43º 0.14% 1% -
XYZ 79.66 77.12 81.21 -
YUV 230.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 254 219 224 0 0.14 0.12 0.00 351.43 0.95 0.93
Hex FE DB E0 0 E C 0 15F 5F 5D
Octal 376 333 340 0 16 14 0 537 137 135
Binary 11111110 11011011 11100000 0 1110 1100 0 101011111 1011111 1011101

Color Harmonies of #FEDBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDBE0

Black with #FEDBE0

Text Example


Text Example

White with #FEDBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDBE0; }

 p { color: rgb(254,219,224); }

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

background-color css

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

 a { background-color: rgb(254,219,224); }

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

border-color css

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

 span { border-color: rgb(254,219,224); }

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