Html Css Color HEX #FBDAE1 Carousel Pink

📋 copy color: '#FBDAE1'

red 251 ◦ green 218 ◦ blue 225

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

Shades of Carousel Pink #FBDAE1

Tints of Carousel Pink #FBDAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 32.42%

R = 36.17%
G = 31.41%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FBDAE1 (or 0xFBDAE1) is known color: Carousel Pink. HEX triplet: FB, DA and E1. RGB value is (251,218,225). Sum of RGB (Red+Green+Blue) = 251+218+225=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 218 (85.55% from 255 or 31.41% from 694); Blue value is 225 (88.28% from 255 or 32.42% from 694); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDAE1 is #04251E. Grayscale: #E4E4E4. Windows color (decimal): -271647 or 14801659. OLE color: 14801659.

HSL color Cylindrical-coordinate representation of color #FBDAE1: hue angle of 347.27º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBDAE1 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 218 225 -
CMYK 0 0.13 0.10 0.02
HSL 347.27º 0.8% 0.92% -
HSV(B) 347.27º 0.13% 0.98% -
XYZ 78.45 76.09 81.79 -
YUV 228.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 251 218 225 0 0.13 0.10 0.02 347.27 0.8 0.92
Hex FB DA E1 0 D A 2 15B 50 5C
Octal 373 332 341 0 15 12 2 533 120 134
Binary 11111011 11011010 11100001 0 1101 1010 10 101011011 1010000 1011100

Color Harmonies of #FBDAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDAE1

Black with #FBDAE1

Text Example


Text Example

White with #FBDAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDAE1; }

 p { color: rgb(251,218,225); }

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

background-color css

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

 a { background-color: rgb(251,218,225); }

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

border-color css

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

 span { border-color: rgb(251,218,225); }

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