Html Css Color HEX #FD788C Carissma

📋 copy color: '#FD788C'

red 253 ◦ green 120 ◦ blue 140

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

Shades of Carissma #FD788C

Tints of Carissma #FD788C

RGB

 RED value IS 253 (99.22% from 255) = 49.32%

 GREEN value IS 120 (47.27% from 255) = 23.39%

 BLUE value IS 140 (55.08% from 255) = 27.29%

R = 49.32%
G = 23.39%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD788C (or 0xFD788C) is known color: Carissma. HEX triplet: FD, 78 and 8C. RGB value is (253,120,140). Sum of RGB (Red+Green+Blue) = 253+120+140=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FD788C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD788C is #028773. Grayscale: #A2A2A2. Windows color (decimal): -165748 or 9206013. OLE color: 9206013.

HSL color Cylindrical-coordinate representation of color #FD788C: hue angle of 350.98º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FD788C is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 120 140 -
CMYK 0 0.53 0.45 0.01
HSL 350.98º 0.97% 0.73% -
HSV(B) 350.98º 0.53% 0.99% -
XYZ 51.96 36.21 29.06 -
YUV 162.05 115.56 192.87 -
System Red Green Blue C M Y K H S L
Decimal 253 120 140 0 0.53 0.45 0.01 350.98 0.97 0.73
Hex FD 78 8C 0 35 2D 1 15F 61 49
Octal 375 170 214 0 65 55 1 537 141 111
Binary 11111101 1111000 10001100 0 110101 101101 1 101011111 1100001 1001001

Color Harmonies of #FD788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD788C

Black with #FD788C

Text Example


Text Example

White with #FD788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD788C; }

 p { color: rgb(253,120,140); }

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

background-color css

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

 a { background-color: rgb(253,120,140); }

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

border-color css

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

 span { border-color: rgb(253,120,140); }

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