Html Css Color HEX #FBDAE2 Carousel Pink

📋 copy color: '#FBDAE2'

red 251 ◦ green 218 ◦ blue 226

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

Shades of Carousel Pink #FBDAE2

Tints of Carousel Pink #FBDAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 32.52%

R = 36.12%
G = 31.37%
B = 32.52%

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

#FBDAE2 (or 0xFBDAE2) is known color: Carousel Pink. HEX triplet: FB, DA and E2. RGB value is (251,218,226). Sum of RGB (Red+Green+Blue) = 251+218+226=695 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.12% from 695); Green value is 218 (85.55% from 255 or 31.37% from 695); Blue value is 226 (88.67% from 255 or 32.52% from 695); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDAE2 is #04251D. Grayscale: #E4E4E4. Windows color (decimal): -271646 or 14867195. OLE color: 14867195.

HSL color Cylindrical-coordinate representation of color #FBDAE2: hue angle of 345.45º 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 #FBDAE2 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 218 226 -
CMYK 0 0.13 0.10 0.02
HSL 345.45º 0.8% 0.92% -
HSV(B) 345.45º 0.13% 0.98% -
XYZ 78.58 76.14 82.51 -
YUV 228.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 251 218 226 0 0.13 0.10 0.02 345.45 0.8 0.92
Hex FB DA E2 0 D A 2 159 50 5C
Octal 373 332 342 0 15 12 2 531 120 134
Binary 11111011 11011010 11100010 0 1101 1010 10 101011001 1010000 1011100

Color Harmonies of #FBDAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDAE2

Black with #FBDAE2

Text Example


Text Example

White with #FBDAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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