Html Css Color HEX #F5DFE3 Carousel Pink

📋 copy color: '#F5DFE3'

red 245 ◦ green 223 ◦ blue 227

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

Shades of Carousel Pink #F5DFE3

Tints of Carousel Pink #F5DFE3

RGB

 RED value IS 245 (96.09% from 255) = 35.25%

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

 BLUE value IS 227 (89.06% from 255) = 32.66%

R = 35.25%
G = 32.09%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F5DFE3 (or 0xF5DFE3) is known color: Carousel Pink. HEX triplet: F5, DF and E3. RGB value is (245,223,227). Sum of RGB (Red+Green+Blue) = 245+223+227=695 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.25% from 695); Green value is 223 (87.5% from 255 or 32.09% from 695); Blue value is 227 (89.06% from 255 or 32.66% from 695); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DFE3 is #0A201C. Grayscale: #E6E6E6. Windows color (decimal): -663581 or 14934005. OLE color: 14934005.

HSL color Cylindrical-coordinate representation of color #F5DFE3: hue angle of 349.09º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5DFE3 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 223 227 -
CMYK 0 0.09 0.07 0.04
HSL 349.09º 0.52% 0.92% -
HSV(B) 349.09º 0.09% 0.96% -
XYZ 77.91 77.73 83.57 -
YUV 230.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 245 223 227 0 0.09 0.07 0.04 349.09 0.52 0.92
Hex F5 DF E3 0 9 7 4 15D 34 5C
Octal 365 337 343 0 11 7 4 535 64 134
Binary 11110101 11011111 11100011 0 1001 111 100 101011101 110100 1011100

Color Harmonies of #F5DFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DFE3

Black with #F5DFE3

Text Example


Text Example

White with #F5DFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DFE3; }

 p { color: rgb(245,223,227); }

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

background-color css

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

 a { background-color: rgb(245,223,227); }

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

border-color css

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

 span { border-color: rgb(245,223,227); }

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